C# Class TapIt_Win8.JsonParser

Afficher le fichier Open project: tapit/TapIt-Windows-SDK

Méthodes publiques

Méthode Description
ParseJson ( string jsonResponse ) : JsonDataContract

parson the json data

WrapToHTML ( String data, JsonDataContract helper, int width, int height ) : String

convert string response to html format

Method Details

ParseJson() public méthode

parson the json data
public ParseJson ( string jsonResponse ) : JsonDataContract
jsonResponse string
Résultat JsonDataContract

WrapToHTML() public méthode

convert string response to html format
public WrapToHTML ( String data, JsonDataContract helper, int width, int height ) : String
data String
helper JsonDataContract
width int
height int
Résultat String