my php sends the following json,
[
"x",
"y",
"z"
]
I am trying to parse this inside java, but I do not have a node to select from. How do I proceed ?
I am using the following:
JSONArray usernames = json.getJSONArray("What-should-i-put-here");