CefJsonParserOptions Enumeration |
Namespace: Internal.Xilium.CefGlue
[FlagsAttribute] public enum CefJsonParserOptions
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. |
Copyright 2024 NeoAxis Group. All rights reserved.