Custom Json file with remote dataset

CMS v: 2.3.5
JSON File

“gold”: {
“buy”: “486.8526”,
“sale”: “487.1347”,
“date”: “13.10.2020 15:18:59”,
“lastclose”: “486.3430”,
“last”: “486.9937”,
“down”: “486.1218”,
“up”: “488.0350”,
“day”: “0.1338”
},
“silver”: {
“buy”: “486.8526”,
“sale”: “487.1347”,
“date”: “13.10.2020 15:18:59”,
“lastclose”: “486.3430”,
“last”: “486.9937”,
“down”: “486.1218”,
“up”: “488.0350”,
“day”: “0.1338”
},
“other”: {
“buy”: “486.8526”,
“sale”: “487.1347”,
“date”: “13.10.2020 15:18:59”,
“lastclose”: “486.3430”,
“last”: “486.9937”,
“down”: “486.1218”,
“up”: “488.0350”,
“day”: “0.1338”
},

I can pull this data in the form of “gold.sale”. but to shoot with the names I want.
First column name, 2nd other data.
For example: Can I shoot like 0.sale.
So I want to draw the contents of the whole list on separate lines.
the columns should be buy, sale, down …
How can I do that.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.