@tempots/std

JSONArray type

Represents an array of JSON values.

Signature:

export type JSONArray = JSONValue[];

References: JSONValue