Json Library - Gorlem/ScriptIt GitHub Wiki
| Key | Type | Description |
|---|---|---|
json.encode(object) |
json |
Converts an object to an json string |
json.decode(json) |
object |
Converts an json string to an object |
| Key | Type | Description |
|---|---|---|
json.encode(object) |
json |
Converts an object to an json string |
json.decode(json) |
object |
Converts an json string to an object |