C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
|
A single exception type to represent errors in parsing, converting, and accessing elements of JSON values. More...
#include <json.h>
Public Member Functions | |
json_exception (const utility::char_t *const &message) | |
const char * | what () const CPPREST_NOEXCEPT |
A single exception type to represent errors in parsing, converting, and accessing elements of JSON values.