JsonCpp project page JsonCpp home page

Namespaces | Functions
json_reader.cpp File Reference
#include <json/reader.h>
#include <json/value.h>
#include <utility>
#include <cstdio>
#include <cassert>
#include <cstring>
#include <iostream>
#include <stdexcept>
+ Include dependency graph for json_reader.cpp:

Go to the source code of this file.

Namespaces

namespace  Json
 JSON (JavaScript Object Notation).
 

Functions

static bool Json::in (Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4)
 
static bool Json::in (Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5)
 
static bool Json::containsNewLine (Reader::Location begin, Reader::Location end)
 
static std::string Json::codePointToUTF8 (unsigned int cp)
 
std::istream & Json::operator>> (std::istream &, Value &)
 Read from 'sin' into 'root'.
 

SourceForge Logo hosts this site. Send comments to:
Json-cpp Developers