AnyJson type
Represents any JSON-serializable value
Signature:
export type AnyJson = boolean | number | string | null | JsonArray | JsonMap;
References: JsonArray, JsonMap
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.