Skip to content

VM Code SDK v2 / JSONValue

Type alias: JSONValue

JSONValue: string | number | boolean | JSONObject | JSONArray

Represents a JSON value which can be a string, number, boolean, JSONObject, or JSONArray.