FreeWRL/FreeX3D
3.0.0
|
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. More... | |
Client-configurable options for the cson_parse() family of functions.
Definition at line 433 of file cson_amalgamation_core.h.
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.