1#ifndef TENDUKE_JSON_JSONPARSINGEXCEPTION_H
2#define TENDUKE_JSON_JSONPARSINGEXCEPTION_H
4#include "./JSONException.h"
Thrown on JSON-related errors.
Definition JSONException.h:12
Thrown when JSON parsing failed.
Definition JSONParsingException.h:13
JSONParsingException(const std::string &message)
Constructs new instance.
Definition JSONParsingException.h:19
JSON support.
Definition JSONArray.h:10
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4