Skip to content

@technobuddha > library > JSON > Serialization

Type Alias: TBJsonArray

ts
type TBJsonArray = 
  | TBJsonValue[]
  | readonly TBJsonValue[];

Defined in: json.ts:23

Matches a JSON array.