JSONValue type

type JSONValue = boolean | number | string | null | JSONArray | JSONObject