Action group: JSON
The action removes all elements from the JSON object
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
JSON | JSON for processing | Robin.JSON | Yes | |
Results | ||||
JSON | Empty JSON or empty JSON array | Robin.JSON |
Special conditions of use
None.
Remove all items from JSON file test.json.
{ "firstname":"Joe", "lastname": "Jackson", "gender":"male", "age": 28, "address": { "streetAddress": "101", "city": "San Diego", "state": "CA" }, "phonenumber": [ { "type": "home", "number": "9349282382"} ] } |
Use the actions "Open", "Clear", "Save to file".
The program robot completed successfully.
All elements have been removed from the JSON file.