|  | Home | Libraries | People | FAQ | More | 
Parser options.
        Defined in header <boost/json/parse_options.hpp>
      
struct parse_options
| Name | Description | 
|---|---|
| Non-standard extension option. | |
| Non-standard extension option. | |
| Non-standard extension option. | |
| Maximum nesting level of arrays and objects. | 
This structure is used for specifying maximum parsing depth, and whether to allow various non-standard extensions. Default-constructed options set maximum parsing depth to 32 and specify that only standard JSON is allowed,
        Convenience header <boost/json.hpp>