JsonArray interface
A JSON array — any number of AnyJson values.
Signature:
export interface JsonArray extends Array<AnyJson>
Extends: Array<AnyJson>
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.