C# Class JSONTools.JSONFile

Afficher le fichier Open project: DaveSanders/jsontools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public JSONFile ( ) : System
Résultat System

JSONFile() public méthode

public JSONFile ( string Path ) : System
Path string
Résultat System

Open() public méthode

public Open ( ) : JSONObject
Résultat JSONObject

Open() public méthode

public Open ( string Path ) : JSONObject
Path string
Résultat JSONObject

Save() public méthode

public Save ( string Path, JSONObject JSON, System.Text.Format Format ) : void
Path string
JSON JSONObject
Format System.Text.Format
Résultat void