JSON Tool Store multirow data without named base object
Confluence User - 23 May, 2016
Hi,
I am using a few APIs returning JSON and it works like a charm - thanks for providing the tool and documentation at "Configure JSON Tool based on JSON data structure".
I was wondering how I can store multi-row data from a returned json without a named base object.
Often the returned data looks like this:
[{
"id":2,
"name":"test1",
...
}, {
"id":3,
"name":"example",
...
}]
How would I go about configuring the json tool to store multirow data in this case?
Cheers,
Eric
json;tools;grid;forms