Action group: JSON
The action opens JSON and returns an object to manipulate the contents of the file
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
The path to the file | Path to the file that will be opened | Robin.FilePath | Yes | |
Encoding | File encoding. | Robin.String | Yes | |
Results | ||||
Result | Object for processing content of the file | Robin.JSON |
None.
Get the number of elements in 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", "Get a number of elements in a JSON".
The program robot completed successfully. The number of elements has been obtained.