kParseValidateEncodingFlag=2,//!< Validate encoding of JSON strings.
kParseIterativeFlag=4,//!< Iterative(constant complexity in terms of function call stack size) parsing.
kParseStopWhenDoneFlag=8//!< After parsing a complete JSON root from stream, stop further processing the rest of stream. When this flag is used, parser will not generate kParseErrorDocumentRootNotSingular error.
kParseStopWhenDoneFlag=8,//!< After parsing a complete JSON root from stream, stop further processing the rest of stream. When this flag is used, parser will not generate kParseErrorDocumentRootNotSingular error.
kParseFullPrecisionFlag=16//!< Parse number in full precision (but slower).