A Demo Project for the UnrealEngineSDK
|
#include "Json.h"
Go to the source code of this file.
Classes | |
struct | FJSONReader |
struct | FJSONState |
class | FJsonValueNonConstArray |
class | FJsonValueNonConstBoolean |
class | FJsonValueNonConstNumber |
class | FJsonValueNonConstString |
struct | FJSONWriter |
struct | FUtf8Helper |
Enumerations | |
enum class | EJSONNotation { NONE , STRING , STRING_SPECIAL , SKIP , NUMBER , ARRAY , OBJECT } |
enum class | EJSONToken { CURLY_BEGIN , CURLY_END , SQUARE_BEGIN , SQUARE_END , COMMA , COLON , ROOT , ERROR } |
|
strong |
Enumerator | |
---|---|
NONE | |
STRING | |
STRING_SPECIAL | |
SKIP | |
NUMBER | |
ARRAY | |
OBJECT |
Definition at line 61 of file VaRestJsonParser.h.
|
strong |
Enumerator | |
---|---|
CURLY_BEGIN | |
CURLY_END | |
SQUARE_BEGIN | |
SQUARE_END | |
COMMA | |
COLON | |
ROOT | |
ERROR |
Definition at line 72 of file VaRestJsonParser.h.