@tempots/std
JSONValue type
Represents a JSON value, which can be a primitive, an object, or an array.
Signature:
export type JSONValue = JSONPrimitive | JSONObject | JSONArray;
References: JSONPrimitive, JSONObject, JSONArray
Represents a JSON value, which can be a primitive, an object, or an array.
Signature:
export type JSONValue = JSONPrimitive | JSONObject | JSONArray;
References: JSONPrimitive, JSONObject, JSONArray