CefJsonParserOptions Enumeration |
Options that can be passed to CefParseJSON.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax[FlagsAttribute]
public enum CefJsonParserOptions
Members| Member name | Value | Description |
|---|
| Rfc | 0 |
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.
|
| AllowTrailingCommas | 1 |
Allows commas to exist after the last element in structures.
|
See Also