EJsonNotation

Windows
MacOS
Linux

References

Module

Json

Header

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

Include

#include "Serialization/JsonTypes.h"

Syntax

enum EJsonNotation
{
    ObjectStart,
    ObjectEnd,
    ArrayStart,
    ArrayEnd,
    Boolean,
    String,
    Number,
    Null,
    Error,
}

Values

Name

Description

ObjectStart

ObjectEnd

ArrayStart

ArrayEnd

Boolean

String

Number

Null

Error

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