Table of Contents

Method Parse

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Parse(string)

Parses the specified string as a json structure.

public static Json Parse(string jsonString)

Parameters

jsonString string

The json string to parse.

Returns

Json

The parsed json structure.