Namespaces | |
namespace | Json |
Typedefs | |
typedef std::auto_ptr < CharReader > | CharReaderPtr |
Functions | |
static bool | containsNewLine (Reader::Location begin, Reader::Location end) |
static std::string | normalizeEOL (Reader::Location begin, Reader::Location end) |
static void | getValidReaderKeys (std::set< std::string > *valid_keys) |
bool | parseFromStream (CharReader::Factory const &, std::istream &, Value *root, std::string *errs) |
Consume entire stream and use its begin/end. | |
JSON_API std::istream & | operator>> (std::istream &, Value &) |
Variables | |
static int const | stackLimit_g = 1000 |
static int | stackDepth_g = 0 |
int stackDepth_g = 0 [static] |
int const stackLimit_g = 1000 [static] |