type alias JsonValueView codeThe type of the result of parsing JSON. Definition{ [key: string]: JsonValue | undefined; } | JsonValue[] | string | number | boolean | nullView code