hashbrown

JsonAstType

AST node kinds produced by the streaming parser.

API

export type JsonAstType =
  "null" | "boolean" | "number" | "string" | "array" | "object";