As title, I want to output a JSONObject like this
https://graph.facebook.com/19292868552
Every line is separately.
Is there a easy way to do this?
Thanks!
As title, I want to output a JSONObject like this https://graph.facebook.com/19292868552 Every line is
Share
Have you tried JSONObject.toString(indent)?