1#ifndef TENDUKE_JSON_JSONSTRING_H 
    2#define TENDUKE_JSON_JSONSTRING_H 
    4#include "./JSONElement.h" 
Superclass of JSON elements.
Definition JSONElement.h:12
 
JSON string element.
Definition JSONString.h:14
 
virtual std::string getValue() const =0
Returns the value of this string.
 
JSON support.
Definition JSONArray.h:10
 
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4