Cef |
public enum CefJsonParserError
| Member name | Value | Description |
|---|---|---|
| NoError | 0 | |
| InvalidEscape | 1 | |
| SyntaxError | 2 | |
| UnexpectedToken | 3 | |
| TrailingComma | 4 | |
| TooMuchNesting | 5 | |
| UnexpectedDataAfterRoot | 6 | |
| UnsupportedEncoding | 7 | |
| UnquotedDictionaryKey | 8 | |
| ParseErrorCount | 9 |
Copyright 2026 NeoAxis Group. All rights reserved.