C# Class JSONTools.JSONFile

Datei anzeigen Open project: DaveSanders/jsontools Class Usage Examples

Public Methods

Method Description
JSONFile ( ) : System
JSONFile ( string Path ) : System
Open ( ) : JSONObject
Open ( string Path ) : JSONObject
Save ( string Path, JSONObject JSON, System.Text.Format Format ) : void

Method Details

JSONFile() public method

public JSONFile ( ) : System
return System

JSONFile() public method

public JSONFile ( string Path ) : System
Path string
return System

Open() public method

public Open ( ) : JSONObject
return JSONObject

Open() public method

public Open ( string Path ) : JSONObject
Path string
return JSONObject

Save() public method

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