C# 클래스 GreenQloud.JSONHelper

파일 보기 프로젝트 열기: greenqloud/qloudsync

공개 메소드들

메소드 설명
GetInfo ( string url ) : Newtonsoft.Json.Linq.JObject
GetInfoArray ( string url ) : Newtonsoft.Json.Linq.JArray
postJSON ( Event e ) : string

메소드 상세

GetInfo() 공개 정적인 메소드

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

GetInfoArray() 공개 정적인 메소드

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

postJSON() 공개 메소드

public postJSON ( Event e ) : string
e GreenQloud.Model.Event
리턴 string