![]() |
NIM 跨平台 C++ SDK
|
#include "nim_wrapper_util/json/assertions.h"#include "nim_wrapper_util/json/reader.h"#include "nim_wrapper_util/json/value.h"#include "nim_wrapper_util/json_tool.h"#include <algorithm>#include <cassert>#include <cstring>#include <iostream>#include <istream>#include <limits>#include <memory>#include <set>#include <sstream>#include <utility>#include <cstdio>命名空间 | |
| namespace | nim_cpp_wrapper_util |
| JSON (JavaScript Object Notation). | |
| namespace | nim_cpp_wrapper_util::Json |
宏定义 | |
| #define | JSONCPP_DEPRECATED_STACK_LIMIT 1000 |
类型定义 | |
| using | nim_cpp_wrapper_util::Json::CharReaderPtr = std::auto_ptr< CharReader > |
函数 | |
| bool JSON_API | nim_cpp_wrapper_util::Json::parseFromStream (CharReader::Factory const &, IStream &, Value *root, String *errs) |
| JSON_API IStream & | nim_cpp_wrapper_util::Json::operator>> (IStream &, Value &) |
| Read from 'sin' into 'root'. | |
变量 | |
| static size_t const | stackLimit_g = JSONCPP_DEPRECATED_STACK_LIMIT |
| #define JSONCPP_DEPRECATED_STACK_LIMIT 1000 |
|
static |