Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. JSONObject json = new JSONObject(str);
  2. rec_id = json.getInt("receptionist_id");
  3. tag_id = json.getInt("tag_id");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement