![]() |
NIM 跨平台 C++ SDK
|
#include "json_features.h"#include "value.h"#include <deque>#include <iosfwd>#include <istream>#include <stack>#include <string>类 | |
| class | nim_cpp_wrapper_util::Json::Reader |
| Unserialize a JSON document into a Value. 更多... | |
| struct | nim_cpp_wrapper_util::Json::Reader::StructuredError |
| An error tagged with where in the JSON text it was encountered. 更多... | |
| class | nim_cpp_wrapper_util::Json::Reader::Token |
| class | nim_cpp_wrapper_util::Json::Reader::ErrorInfo |
| class | nim_cpp_wrapper_util::Json::CharReader |
| class | nim_cpp_wrapper_util::Json::CharReader::Factory |
| class | nim_cpp_wrapper_util::Json::CharReaderBuilder |
| Build a CharReader implementation. 更多... | |
命名空间 | |
| namespace | nim_cpp_wrapper_util |
| JSON (JavaScript Object Notation). | |
| namespace | nim_cpp_wrapper_util::Json |
函数 | |
| 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'. | |