C# Class TapIt_Win8.JsonParser

ファイルを表示 Open project: tapit/TapIt-Windows-SDK

Public Methods

Method 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 method

parson the json data
public ParseJson ( string jsonResponse ) : JsonDataContract
jsonResponse string
return JsonDataContract

WrapToHTML() public method

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
return String