FJsonStringReader::FJsonStringReader

Parses a string containing Json information.

Windows
MacOS
Linux

References

Module

Json

Header

/Engine/Source/Runtime/Json/Public/Serialization/JsonReader.h

Include

#include "Serialization/JsonReader.h"

Syntax

FJsonStringReader
(
    FString && JsonString
)

Remarks

Parses a string containing Json information.

Parameters

Parameter

Description

JsonString

The Json string to parse.

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