Guest User

Untitled

a guest
Feb 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. JSONArray error = data.getJSONArray("error");
  2.  
  3. for (int it=0; it<error.length(); it++){
  4. error.toString().replaceAll(""", " ");
  5. System.out.println(error);
  6. }
Add Comment
Please, Sign In to add comment