#include <Json.h>
Public Member Functions | |
| ParseOptions () | |
| Default options. Enables parsing errors. | |
| ParseOptions & | ignoreErrors (bool ignore=true) |
Sets if JSON parse errors are ignored. Default true. | |
| bool | getIgnoreErrors () const |
| Returns whether JSON parse errors are ignored. | |
Options for JSON parsing. Passed to the JsonTree constructor.
Default options. Enables parsing errors.
| JsonTree::ParseOptions & cinder::JsonTree::ParseOptions::ignoreErrors | ( | bool | ignore = true | ) |
Sets if JSON parse errors are ignored. Default true.
| bool cinder::JsonTree::ParseOptions::getIgnoreErrors | ( | ) | const |
Returns whether JSON parse errors are ignored.