CMS 3D CMS Logo

Classes | Namespaces | Functions
reader.h File Reference
#include "features.h"
#include "value.h"
#include <deque>
#include <stack>
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

class  jsoncollector::Json::Reader::ErrorInfo
 
class  jsoncollector::Json::Reader
 Unserialize a JSON document into a Value. More...
 
class  jsoncollector::Json::Reader::Token
 

Namespaces

 jsoncollector
 JSON (JavaScript Object Notation).
 
 jsoncollector::Json
 

Functions

std::istream & jsoncollector::Json::operator>> (std::istream &, Value &)
 Read from 'sin' into 'root'. More...