Dom

Windows
MacOS
Linux

Classes

Name

Description

Public class

FJsonObject

A Json Object is a structure holding an unordered set of name/value pairs.

Public class

FJsonValue

A Json Value is a structure that can be any of the Json Types.

Public class

FJsonValueArray

A Json Array Value.

Public class

FJsonValueBoolean

A Json Boolean Value.

Public class

FJsonValueNull

A Json Null Value.

Public class

FJsonValueNumber

A Json Number Value.

Public class

FJsonValueNumberString

A Json Number Value, stored internally as a string so as not to lose precision

Public class

FJsonValueObject

A Json Object Value.

Public class

FJsonValueString

A Json String Value.

Functions

Name Description

Public function

bool

 

operator!=

(
    const FJsonValue& Lhs,
    const FJsonValue& Rhs
)

Public function

bool

 

operator==

(
    const FJsonValue& Lhs,
    const FJsonValue& Rhs
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss