I\'m trying to parse JSON in android but am having trouble with accessing sub children of an object. I am trying to extract augment from the following,
{\"au
Without more detail of what's going wrong, I can't tell what the problem might be. Are you getting errors? Can you post some code?
Do you have something like this?
json.getJSONObject("augment-list").getJSONArray("augment").getJSONObject(0).getInt("id")