Classes | Namespaces | Functions
include/cinder/Json.h File Reference

Go to the source code of this file.

Classes

class  cinder::JsonTree
class  cinder::JsonTree::ParseOptions
class  cinder::JsonTree::WriteOptions
 Options for JSON writing. Passed to the write method. More...
class  cinder::JsonTree::Exception
class  cinder::JsonTree::ExcChildNotFound
 Exception expressing the absence of an expected child node. More...
class  cinder::JsonTree::ExcNonConvertible
 Exception expressing the inability to convert a node's value to a requested type. More...
class  cinder::JsonTree::ExcJsonParserError
 Exception expressing the existence of errors when serializing or deserializing JSON. More...

Namespaces

namespace  Json
namespace  cinder

Functions

ostream & cinder::operator<< (ostream &out, const JsonTree &json)