I am wondering how to do the following- I have the following data:
dta = { \"fielddata\": { \"text1\": \"4B030C2E-3D53-4DF8-A3535EF377B45DE5\",
Another option is JSONPath. For relatively simple usecases, doing it manually is likely a better solution, but with greater complexity, I might use something more formalized.
And while I hate to suggest it, there's always eval('dta.fielddata.text1')
eval('dta.fielddata.text1')