JsonParseOptions
Description
JSON parse options.Structure Fields
Type fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| AllowComments | Bool | false | Allow C and C++ style comments to appear anywhere that whitespace is permissible. |
| AllowTrailingCommas | Bool | true | Allow a trailing comma to appear after the last element of any array or object. |
| MaxDepth | Integer | 32 | Maximum number of nested structures allowed while parsing a JSON. |
