#include "json_tool.h"#include <json/assertions.h>#include <json/reader.h>#include <json/value.h>#include <algorithm>#include <cassert>#include <cstring>#include <iostream>#include <istream>#include <limits>#include <memory>#include <set>#include <sstream>#include <utility>#include <cstdio>Namespaces | |
| Json | |
| JSON (JavaScript Object Notation). | |
Macros | |
| #define | _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1 |
| #define | JSONCPP_DEPRECATED_STACK_LIMIT 1000 |
Typedefs | |
| using | Json::CharReaderPtr = std::auto_ptr< CharReader > |
Functions | |
| bool | Json::parseFromStream (CharReader::Factory const &, IStream &, Value *root, String *errs) |
| Consume entire stream and use its begin/end. More... | |
| IStream & | Json::operator>> (IStream &, Value &) |
| Read from 'sin' into 'root'. More... | |
Variables | |
| static size_t const | stackLimit_g |
| #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1 |
| #define JSONCPP_DEPRECATED_STACK_LIMIT 1000 |
|
static |