Table of Contents

Method FromJson

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

FromJson<T>(string)

Deserializes a JSON string.

public static T? FromJson<T>(string json)

Parameters

json string

The JSON to deserialize.

Returns

T

The deserialized object.

Type Parameters

T

The type to deserialize to.