Navigation
API > API/Runtime > API/Runtime/Json
| Name | TJsonStringViewReader |
| Type | class |
| Header File | /Engine/Source/Runtime/Json/Public/Serialization/JsonReader.h |
| Include Path | #include "Serialization/JsonReader.h" |
Syntax
template<class CharType>
class TJsonStringViewReader : public TJsonReader< CharType >
Inheritance Hierarchy
- TJsonReader → TJsonStringViewReader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TJsonStringViewReader
(
TStringView< CharType > JsonString |
Parses a string containing Json information. | Serialization/JsonReader.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TJsonStringViewReader() |
Serialization/JsonReader.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitReader() |
Serialization/JsonReader.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< TJsonStringViewReader > Create
(
TStringView< CharType > JsonString |
Serialization/JsonReader.h |