1#ifndef TENDUKE_JSON_JSONNUMBER_H
2#define TENDUKE_JSON_JSONNUMBER_H
4#include "./JSONElement.h"
Superclass of JSON elements.
Definition JSONElement.h:12
Represents JSON number.
Definition JSONNumber.h:12
virtual double getValue() const =0
Returns the value.
JSON support.
Definition JSONArray.h:10
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4