Skip to content

@technobuddha > library > JSON > Serialization

Type Alias: TBJsonPrimitive

ts
type TBJsonPrimitive = 
  | JsonPrimitive
  | Date
  | RegExp
  | bigint;

Defined in: json.ts:30

Matches any valid JSON primitive value.