JsonParseOptions

Description

JSON parse options.

Structure 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 int 32 Maximum number of nested structures allowed while parsing a JSON.