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

json_exception Class

A single exception type to represent errors in parsing, converting, and accessing elements of JSON values.

value Class

A JSON value represented as a C++ class.

Operators

Name

Description

operator<< Operator (C++ REST SDK)

A standard std::ostream operator to facilitate writing JSON values to streams.

operator>> Operator (C++ REST SDK)

A standard std::istream operator to facilitate reading JSON values from streams.

Requirements

Header: json.h

Namespace: web

See Also

Reference

web Namespace