Enumeration Ctx

The context in which the parser failed. It lets us know what the parser was doing when it failed.

Enumeration Members

Array: "Array"
ArrayValue: "ArrayValue"
Exponent: "Exponent"
Fraction: "Fraction"
Number: "Number"
Object: "Object"
ObjectKey: "ObjectKey"
ObjectValue: "ObjectValue"
String: "String"
Unicode: "Unicode"
Value: "Value"