Click or drag to resize

JsonParserFromJsonT Method

Converts Json to an object.

Namespace:  Kit.Parsers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static T FromJson<T>(
	string json
)
Request Example View Source

Parameters

json
Type: SystemString
The Json to convert.

Type Parameters

T
Type of the object expected.

Return Value

Type: T
See Also