JsonCpp project page JsonCpp home page

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

Go to the source code of this file.

Classes

class  Json::Reader
 Unserialize a JSON document into a Value. More...
 
struct  Json::Reader::StructuredError
 An error tagged with where in the JSON text it was encountered. More...
 

Namespaces

 Json
 JSON (JavaScript Object Notation).
 

Functions

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