#include "cinder/DataSource.h"
#include "cinder/DataTarget.h"
#include "cinder/Exception.h"
#include "cinder/Utilities.h"
#include <string>
#include <boost/container/list.hpp>
Go to the source code of this file.
Classes | |
class | cinder::JsonTree |
class | cinder::JsonTree::ParseOptions |
Options for JSON parsing. Passed to the JsonTree constructor. More... | |
class | cinder::JsonTree::WriteOptions |
Options for JSON writing. Passed to the write method. More... | |
class | cinder::JsonTree::Exception |
Base class for JsonTree exceptions. More... | |
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 | |
Json | |
cinder | |
Functions | |
std::ostream & | cinder::operator<< (std::ostream &out, const JsonTree &json) |