构造函数通过分析其内容,从输入流创建 JSON 值。
_ASYNCRTIMP static value parse(
utility::istream_t &input
);
_ASYNCRTIMP static value parse(
std::istream& stream
);
_ASYNCRTIMP static value parse(
utility::string_t
);
参数
input
要从中读取 JSON 值的流stream
要从中读取 JSON 值的流
返回值
从输入流中生成的 JSON 值对象。
要求
**标头:**json.h
**命名空间:**web::json