Type Alias JSONValue

JSONValue:
    | string
    | number
    | boolean
    | null
    | JSONObject
    | JSONArray