Type alias JSONValue

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

Generated using TypeDoc