jsonyx.allowΒΆ
Allow minimal and unambiguous JSON deviations for developer convenience.
See the specification for more information.
Tip
Flags can also be combined (e.g. COMMENTS | UNQUOTED_KEYS) or
excluded (e.g. EVERYTHING - NON_STR_KEYS).
Module Attributes
Raise an error for all deviations from RFC 8259. |
|
Allow block and line comments. |
|
Allow separating items with whitespace. |
|
Allow |
|
Allow non-string keys in |
|
Allow unpaired surrogates in strings. |
|
Allow a trailing comma at the end of arrays and objects. |
|
Allow unquoted keys in objects which are identifiers. |
|
Allow all JSON deviations. |