C# Class Heimiko.JsonObject

Generic JSON deserializer, made by Heimiko
Afficher le fichier Open project: Heimiko/NzbSearcher Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Deserialize ( string JSON, int &pos ) : void
JsonObject ( ) : System

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

public static Deserialize ( string JSON, int pos ) : JsonObject
JSON string
pos int
Résultat JsonObject

this() public méthode

public this ( string name ) : JsonObject
name string
Résultat JsonObject