Kit Documentation
Kit Documentation
Kit Reference
Kit.Parsers
JsonParser Class
JsonParser Methods
FromJson(T) Method
Merge Method
Read Method
ToJson Method
Write Method
JsonParser
FromJson
T
Method
Converts Json to an object.
Namespace:
Kit.Parsers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
T
FromJson
<T>(
string
json
)
Request Example
View Source
Parameters
json
Type:
System
String
The Json to convert.
Type Parameters
T
Type of the object expected.
Return Value
Type:
T
See Also
Reference
JsonParser Class
Kit.Parsers Namespace
Send comments on this topic to
agam@frag-games.com