C# Class Heimiko.JsonObject

Generic JSON deserializer, made by Heimiko
Mostra file Open project: Heimiko/NzbSearcher Class Usage Examples

Public Methods

Method Description
Deserialize ( string JSON ) : JsonObject

the one deserialize function you need to call

Deserialize ( string JSON, int pos ) : JsonObject
this ( string name ) : JsonObject

Private Methods

Method Description
Deserialize ( string JSON, int &pos ) : void
JsonObject ( ) : System

Method Details

Deserialize() public static method

the one deserialize function you need to call
public static Deserialize ( string JSON ) : JsonObject
JSON string
return JsonObject

Deserialize() public static method

public static Deserialize ( string JSON, int pos ) : JsonObject
JSON string
pos int
return JsonObject

this() public method

public this ( string name ) : JsonObject
name string
return JsonObject