Hi,
I am getting some data from our custom POS system - and it’s coming in a single line.
{"cardInfo":{"dankort":"1349","danskeecmcvi":"2199","udlexmxvijcb":"0","gebyr":"0"},"cashInfo":{"halvore":"0","enkr":"0","tokr":"0","femkr":"0","tikr":"0","tyvekr":"0","halvtredskr":"0","hundkr":"0","tohundkr":"0","femhundkr":"0","tusindkr":"0"}}
How can I format the above, so I get the data like:
dankort: 1349
danskeecmcvi: 2199
udlexmxvijcb: 0
gebyr: 0
See the attached screenshot as well.
Thank you in advance guys!