AST node kinds produced by the streaming parser.
API
export type JsonAstType =
"null" | "boolean" | "number" | "string" | "array" | "object";AST node kinds produced by the streaming parser.
export type JsonAstType =
"null" | "boolean" | "number" | "string" | "array" | "object";