Stream Chat Unreal SDK
Loading...
Searching...
No Matches
JSON

This module contains helper functionality for serializing and deserializing JSON data to and from USTRUCTs using UPROPERTYs. More...

Namespaces

namespace  JsonObjectDeserialization
 Handles converting Json objects to UStructs.
 
namespace  JsonObjectSerialization
 Handles converting UStructs to Json objects.
 
namespace  JsonObject
 Conversion to and from dynamic JSON objects.
 
namespace  JsonField
 Custom serialization and deserialization for types which aren't supported by UPROPERTY (e.g. TOptional)
 

Detailed Description

This module contains helper functionality for serializing and deserializing JSON data to and from USTRUCTs using UPROPERTYs.

Note
You should use the "Transient" UPROPERTY-specifier to skip Serialization while still performing Deserialization.