Click or drag to resize

CefJsonParserOptions Enumeration

Options that can be passed to CefParseJSON.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
[FlagsAttribute]
public enum CefJsonParserOptions
Members
Member nameValueDescription
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.
AllowTrailingCommas1 Allows commas to exist after the last element in structures.
See Also