Method LoadFromCompressedFile
LoadFromCompressedFile(string)
Loads from compressed file.
Declaration
public static JSONNode LoadFromCompressedFile(string aFileName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aFileName | Name of a file. |
Returns
| Type | Description |
|---|---|
| JSONNode | JSONNode. |
Exceptions
| Type | Condition |
|---|---|
| Exception | Can't use compressed functions. You need include the SharpZipLib and uncomment the define at the top of SimpleJSON |