Package version:

Type Alias JSONValue

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