Action group: JSON
The action returns a collection of all JSON values.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
JSON | JSON for processing | Robin.JSON | Yes | |
Results | ||||
Collection of all values | A variable containing a collection of all JSON values. | Robin.Collection |
None.
Get values of the JSON file test.json and read at index 0 the first element of the collection.
{ "firstname":"Joe", "lastname": "Jackson", "gender":"male", "age": 28, "address": { "streetAddress": "101", "city": "San Diego", "state": "CA" }, "phonenumber": [ { "type": "home", "number": "9349282382"} ] } |
Use the "Open", "Get values", "Get value by index" actions.
The program robot completed successfully. The element collection from JSON was obtained.
An element at index 0 is obtained.