Method LoadFromCompressedBase64
LoadFromCompressedBase64(string)
Loads from compressed base64.
Declaration
public static JSONNode LoadFromCompressedBase64(string aBase64)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aBase64 | a base64. |
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 |