web::json Namespace
Warning
This topic contains information for the C++ REST SDK 1.0 (codename "Casablanca"). If you are using a later version from the Codeplex Casablanca web page, then use the local documentation at http://casablanca.codeplex.com/documentation.
namespace json;
Members
Classes
Name |
Description |
---|---|
A single exception type to represent errors in parsing, converting, and accessing elements of JSON values. |
|
A JSON value represented as a C++ class. |
Operators
Name |
Description |
---|---|
A standard std::ostream operator to facilitate writing JSON values to streams. |
|
A standard std::istream operator to facilitate reading JSON values from streams. |
Requirements
Header: json.h
Namespace: web