Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MonoDevelop
D
Projects
Dub
DefinitionFormats
JSONThingDeserializer
C# Class MonoDevelop.D.Projects.Dub.DefinitionFormats.JSONThingDeserializer
Show file
Open project: aBothe/Mono-D
Class Usage Examples
Public Methods
Method
Description
Deserialize
(
TextReader
tr
) :
JSONObject
Private Methods
Method
Description
ReadArray
(
JsonReader
r
) :
JSONArray
ReadObject
(
JsonReader
r
) :
JSONObject
ReadThing
(
JsonReader
r
) :
JSONThing
Method Details
Deserialize()
public
method
public
Deserialize
(
TextReader
tr
) :
JSONObject
tr
System.IO.TextReader
return
JSONObject