C# 클래스 JSONTools.JSONFile

파일 보기 프로젝트 열기: DaveSanders/jsontools 1 사용 예제들

공개 메소드들

메소드 설명
JSONFile ( ) : System
JSONFile ( string Path ) : System
Open ( ) : JSONObject
Open ( string Path ) : JSONObject
Save ( string Path, JSONObject JSON, System.Text.Format Format ) : void

메소드 상세

JSONFile() 공개 메소드

public JSONFile ( ) : System
리턴 System

JSONFile() 공개 메소드

public JSONFile ( string Path ) : System
Path string
리턴 System

Open() 공개 메소드

public Open ( ) : JSONObject
리턴 JSONObject

Open() 공개 메소드

public Open ( string Path ) : JSONObject
Path string
리턴 JSONObject

Save() 공개 메소드

public Save ( string Path, JSONObject JSON, System.Text.Format Format ) : void
Path string
JSON JSONObject
Format System.Text.Format
리턴 void