Type alias JsonValue

JsonValue: null | boolean | number | string | JsonValue[] | JSONObject

Generated using TypeDoc