include/json/reader.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

namespace  Json
 

JSON (JavaScript Object Notation).


Functions

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