Share via


json_exception Class

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

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.

class json_exception : public std::exception;

Members

Public Constructors

Name

Description

json_exception::json_exception Constructor

json_exception::~json_exception Destructor

Public Methods

Name

Description

json_exception::what Method

Requirements

Header: json.h

Namespace: web::json

See Also

Reference

web::json Namespace