How to work with complex JSON?
Summary
complex JSONContent
Hi all,
I was trying to work with a REST Service that returns a rather complex JSON object.
JSON object contains multiple arrays. What would be the best/preferred way to work with such complex structures (See code snippet)?
I have read this post (but it is based on an old version, and no longer a working solution I think) :
0