JSONObject has nested key JSONObject has nested key json json

JSONObject has nested key


As rupps said, org.json doesn't support nested paths. I upgraded to gson which supports much more advanced parsing. JsonPath looks nice but it seems a bit overkill for my requirements.


Sorry, org.json does not support nested parsing. But you can try to convert JSON to bean, it will be much easier