JsonArray type
Represents JSON-serializable array
Signature:
export type JsonArray = AnyJson[];
References: AnyJson
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.
Represents JSON-serializable array
Signature:
export type JsonArray = AnyJson[];
References: AnyJson
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.