Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
Include |
#include "Dom/JsonValue.h" |
class FJsonValue
A Json Value is a structure that can be any of the Json Types. It should never be used on its, only its derived types should be used.
Name | Description | ||
---|---|---|---|
|
Type |
Name | Description | |
---|---|---|
|
FJsonValue() |
Name | Description | |
---|---|---|
|
~FJsonValue() |
Name | Description | ||
---|---|---|---|
|
AsArgumentType ( |
||
|
AsArgumentType ( |
||
|
AsArgumentType ( |
||
|
AsArgumentType ( |
Get a field of the same type as the argument |
|
|
AsArgumentType ( |
||
|
const TArray... |
AsArray() |
Returns this value as an array, logging an error and returning an empty array reference if not possible |
|
AsBool() |
Returns this value as a boolean, logging an error and returning false if not possible |
|
|
double |
AsNumber() |
Returns this value as a double, logging an error and returning zero if this is not an Json Number |
|
const TShare... |
AsObject() |
Returns this value as an object, throwing an error if this is not an Json Object |
|
AsString() |
Returns this value as a string, logging an error and returning an empty string if not possible |
|
|
CompareEqual ( |
||
|
TSharedPtr< ... |
Duplicate ( |
|
|
ErrorMessage ( |
||
|
GetType() |
||
|
IsNull() |
Returns true if this value is a 'null' |
|
|
TryGetArray ( |
Tries to convert this value to an array, returning false if not possible |
|
|
TryGetArray ( |
Tries to convert this value to an array, returning false if not possible |
|
|
TryGetBool ( |
Tries to convert this value to a bool, returning false if not possible |
|
|
TryGetNumber ( |
Tries to convert this value to a number, returning false if not possible |
|
|
TryGetNumber ( |
Tries to convert this value to a number, returning false if not possible |
|
|
TryGetNumber ( |
Tries to convert this value to a number, returning false if not possible |
|
|
TryGetNumber ( |
Tries to convert this value to a number, returning false if not possible |
|
|
TryGetNumber ( |
Tries to convert this value to a number, returning false if not possible |
|
|
TryGetNumber ( |
Tries to convert this value to a number, returning false if not possible |
|
|
TryGetNumber ( |
Tries to convert this value to a number, returning false if not possible |
|
|
TryGetNumber ( |
Tries to convert this value to a number, returning false if not possible |
|
|
TryGetNumber ( |
Tries to convert this value to a number, returning false if not possible |
|
|
TryGetNumber ( |
Tries to convert this value to a number, returning false if not possible |
|
|
TryGetObject ( |
Tries to convert this value to an object, returning false if not possible |
|
|
TryGetObject ( |
Tries to convert this value to an object, returning false if not possible |
|
|
TryGetString ( |
Tries to convert this value to a string, returning false if not possible |