Type alias JSONValue

JSONValue: JSONObject | JSONValue[] | string | number | boolean | null | undefined

Generated using TypeDoc