File::save()
Saves the object to a JSON-File at the given path.
Examples
Syntax
Java
Scratch
save (path) (obj)
Parameters
Name | Data Type | Description |
---|---|---|
path | String | Path to a JSON-file. |
obj | Object | An Object. |
Saves the object to a JSON-File at the given path.
save (path) (obj)
Name | Data Type | Description |
---|---|---|
path | String | Path to a JSON-file. |
obj | Object | An Object. |