Navigation
API > API/Runtime > API/Runtime/Json
Classes
| Type | Name | Description | |
|---|---|---|---|
| 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) | ||
| FJsonSerializable | Base class for a JSON serializable object | ||
| FJsonSerializer | |||
| FJsonSerializerBase | Base interface used to serialize to/from JSON. Hides the fact there are separate read/write classes | ||
| FJsonSerializerReader | Implements the abstract serializer interface hiding the underlying reader object | ||
| FJsonSerializerWriter | Implements the abstract serializer interface hiding the underlying writer object | ||
| FJsonStringReader | |||
| TJsonReader | |||
| TJsonReaderFactory | |||
| TJsonStringViewReader | |||
| TJsonStringWriter | |||
| TJsonWriterFactory |