cef_json_parser_options_t

Options that can be passed to CefParseJSON.

Values

ValueMeaning
JSON_PARSER_RFC0

Parses the input strictly according to RFC 4627. See comments in Chromium's base/json/json_reader.h file for known limitations/ deviations from the RFC.

JSON_PARSER_ALLOW_TRAILING_COMMAS1 << 0

Allows commas to exist after the last element in structures.

Meta