FreeWRL/FreeX3D  3.0.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. More...
 

Detailed Description

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

Definition at line 433 of file cson_amalgamation_core.h.

Field Documentation

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.


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