FreeWRL / FreeX3D 4.3.0
cson_parse_opt Struct Reference

Client-configurable options for the cson_parse() family of functions. More...

#include <cson_amalgamation_core.h>

Data Fields

unsigned short maxDepth
 Maximum object/array depth to traverse.
 
char allowComments
 Whether or not to allow C-style comments.
 

Detailed Description

Client-configurable options for the cson_parse() family of functions.

Definition at line 433 of file cson_amalgamation_core.h.

Field Documentation

◆ allowComments

char cson_parse_opt::allowComments

Whether or not to allow C-style comments.

Do not rely on this option being available. If the underlying parser is replaced, this option might no longer be supported.

Definition at line 444 of file cson_amalgamation_core.h.

◆ maxDepth

unsigned short cson_parse_opt::maxDepth

Maximum object/array depth to traverse.

Definition at line 438 of file cson_amalgamation_core.h.


The documentation for this struct was generated from the following file: