Kit Documentation
Kit Documentation
Kit Reference
Kit.Parsers
JsonParser Class
JsonParser Methods
FromJson(T) Method
Merge Method
Read Method
ToJson Method
Write Method
JsonParser
Read Method
Parse data for reading.
Namespace:
Kit.Parsers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
override
Object
Read
(
Type
type
,
Object
data
,
string
path
=
null
)
Request Example
View Source
Parameters
type
Type:
System
Type
Type of object expected.
data
Type:
System
Object
The input string or byte-array.
path
(Optional)
Type:
System
String
Path to the file.
Return Value
Type:
Object
The output object.
Exceptions
Exception
Condition
NotImplementedException
The parser does not support reading.
See Also
Reference
JsonParser Class
Kit.Parsers Namespace
Send comments on this topic to
agam@frag-games.com