Urho3D
|
#include "../Core/Variant.h"
Classes | |
class | Urho3D::JSONValue |
JSON value class. More... | |
Enumerations | |
enum | Urho3D::JSONValueType { Urho3D::JSON_NULL = 0 , Urho3D::JSON_BOOL , Urho3D::JSON_NUMBER , Urho3D::JSON_STRING , Urho3D::JSON_ARRAY , Urho3D::JSON_OBJECT } |
JSON value type. More... | |
enum | Urho3D::JSONNumberType { Urho3D::JSONNT_NAN = 0 , Urho3D::JSONNT_INT , Urho3D::JSONNT_UINT , Urho3D::JSONNT_FLOAT_DOUBLE } |
JSON number type. More... | |