A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
VaRestJsonParser.h File Reference
#include "Json.h"
Include dependency graph for VaRestJsonParser.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ EJSONNotation

enum class EJSONNotation
strong
Enumerator
NONE 
STRING 
STRING_SPECIAL 
SKIP 
NUMBER 
ARRAY 
OBJECT 

Definition at line 61 of file VaRestJsonParser.h.

◆ EJSONToken

enum class EJSONToken
strong
Enumerator
CURLY_BEGIN 
CURLY_END 
SQUARE_BEGIN 
SQUARE_END 
COMMA 
COLON 
ROOT 
ERROR 

Definition at line 72 of file VaRestJsonParser.h.