Skip to content

@technobuddha > library > JSON > Serialization

Type Alias: TBJsonValue

ts
type TBJsonValue = 
  | TBJsonPrimitive
  | TBJsonObject
  | TBJsonArray;

Defined in: json.ts:37

Matches any valid JSON value.