Json data arranging with dictionary

I want to set all the datas in different label like CompanyName Max Price and so on how can i do it please help me
Json Format:
[
{
“companyName”: “test1”,
“noOfTransactions”: 4,
“maxPrice”: 1031,
“minPrice”: 1030,
“closingPrice”: 1030,
“tradedShares”: 250,
“amount”: 257700,
“previousClosing”: 1040,
“difference”: -10
},
{
“companyName”: “test2”,
“noOfTransactions”: 1,
“maxPrice”: 1041,
“minPrice”: 1041,
“closingPrice”: 1041,
“tradedShares”: 13,
“amount”: 13533,
“previousClosing”: 1051,
“difference”: -10
}
]

Use Json To Dictionary extension

1 Like
1 Like

try this

Just an example: