type alias JsonValue Definition null | boolean | number | string | JsonValue[] | { [k: string]: JsonValue; }