kParseValidateEncodingFlag=2,//!< Validate encoding of JSON strings.
kParseIterativeFlag=4//!< Iterative(constant complexity in terms of function call stack size) parsing.
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.