Below I have represented my array of object in a my JAVA properties file
arrNew = [{"arrA": [{"type": "abc","id": "xyz","url": [{"name": "A","value": "http://a.com"},{"name": "B","value": "http://b.com"}]}]}]
How should I access the above values in the code ? Also, is there a better way to represent the above structure