Action group: JSON
The action converts JSON to a string.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
JSON | JSON for converting | Robin.JSON | Yes | |
Results | ||||
Result | The string, which contains the data from the JSON. | Robin.String |
None.
Convert JSON content test.json to a string.
{ "firstname":"Joe", "lastname": "Jackson", "gender":"male", "age": 28, "address": { "streetAddress": "101", "city": "San Diego", "state": "CA" }, "phonenumber": [ { "type": "home", "number": "9349282382"} ] } |
Use the "Open", "Convert to string" action parameters.
The program robot completed successfully. JSON was converted to a string.