I have a JSON string:
Code: Select all
{"folder":{"testA":{"isTalker":false,"monitoredTGs":[],"protoVer":{"majorVer":1,"minorVer":0},"tg":1},"testB":{"isTalker":false,"monitoredTGs":[],"protoVer":{"majorVer":1,"minorVer":0},"tg":1},"testC":{"isTalker":false,"monitoredTGs":[],"protoVer":{"majorVer":1,"minorVer":0},"tg":1}}}In my case these names may be different, so i must know all path to get for example item.json.folder.testA.tg
Or maybe there is a simpler way to extract these values?
I will be grateful for any hint.
Tom