C# Class GreenQloud.JSONHelper

Datei anzeigen Open project: greenqloud/qloudsync

Public Methods

Method Description
GetInfo ( string url ) : Newtonsoft.Json.Linq.JObject
GetInfoArray ( string url ) : Newtonsoft.Json.Linq.JArray
postJSON ( Event e ) : string

Method Details

GetInfo() public static method

public static GetInfo ( string url ) : Newtonsoft.Json.Linq.JObject
url string
return Newtonsoft.Json.Linq.JObject

GetInfoArray() public static method

public static GetInfoArray ( string url ) : Newtonsoft.Json.Linq.JArray
url string
return Newtonsoft.Json.Linq.JArray

postJSON() public method

public postJSON ( Event e ) : string
e GreenQloud.Model.Event
return string