Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/json/stream/parser/interface

Index

Type aliases

ParentParserState: typeof OBJECT | typeof ARRAY | typeof EMPTY
ParserState: typeof parserStateTypes[keyof typeof parserStateTypes]
TokenName: "" | "startObject" | "endObject" | "startArray" | "endArray" | "startKey" | "stringChunk" | "endKey" | "keyValue" | "startString" | "endString" | "stringValue" | "startNumber" | "numberChunk" | "numberValue" | "endNumber" | "nullValue" | "trueValue" | "falseValue"
TokenValue: string | boolean | number | null