Read JSON to Dataset

Allows the data defined in JSON format to be transferred to the dataset.

*JSON string The string structure to be read is written.
*Output Dataset The reference name is given to the dataset which will create in this field.

Note: * Fields selected with are required, others are optional.

JSON string example

You can use the JSON string as shown in the example.

[{ “id”: 1 }]

{ “id”: 1, “firstname”: “Katerina”, “job”: { “site”: “www.javacodegeeks.com”, “name”: “Java Code Geeks” } }

Output Dataset example

You can use the *Output Dataset* as shown in the example.**

readDS