JsonMapper.

ToObject<T>(string) Method

Namespace
LitJson
Containing Type
JsonMapper

Syntax

public static T ToObject<T>(string json)

Type Parameters

Name Description
T

Parameters

Name Type Description
json string

Return Value

Type Description
T