Public Member Functions
cinder::JsonTree::ParseOptions Class Reference

#include <Json.h>

List of all members.

Public Member Functions

 ParseOptions ()
 Default options. Enables parsing errors.
ParseOptionsignoreErrors (bool ignore=true)
 Sets if JSON parse errors are ignored. Default true.
bool getIgnoreErrors () const
 Returns whether JSON parse errors are ignored.

Detailed Description

Options for JSON parsing. Passed to the JsonTree constructor.


Constructor & Destructor Documentation

Default options. Enables parsing errors.


Member Function Documentation

Sets if JSON parse errors are ignored. Default true.

Returns whether JSON parse errors are ignored.


The documentation for this class was generated from the following files: