Serialization

Windows
MacOS
Linux

Classes

Name

Description

Public struct

FJsonDataBag

Useful if you just want access to the underlying FJsonObject (for cases where the schema is loose or an outer system will do further de/serialization)

Public struct

FJsonSerializable

Base class for a JSON serializable object

Public class

FJsonSerializer

Public struct

FJsonSerializerBase

Base interface used to serialize to/from JSON. Hides the fact there are separate read/write classes

Public class

FJsonSerializerReader

Implements the abstract serializer interface hiding the underlying reader object

Public class

FJsonSerializerWriter

Implements the abstract serializer interface hiding the underlying writer object

Public class

FJsonStringReader

Public class

TJsonReader

Public class

TJsonReaderFactory

Public class

TJsonStringWriter

Public class

TJsonWriterFactory

Constants

Name

Description

TokenToNotationTable

Typedefs

Enums

Name

Description

Public enum

EJson

Json (JavaScript Object Notation) is a lightweight data-interchange format.

Public enum

EJsonNotation

Public enum

EJsonToken

Functions

Name Description

Public function

bool

 

EJsonToken_IsShortValue

(
    EJsonToken Token
)

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