Guest User

Untitled

a guest
Dec 15th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. JSONObject obj1 = new JSONObject("{
  2. "name":"manu",
  3. "age":23,
  4. "occupation":"SE"
  5. }")
  6.  
  7. JSONObject obj2 = new JSONObject("{
  8. "name":"manu",
  9. "age":23,
  10. "country":"india"
  11. }")
  12.  
  13. JSONObject result = {
  14. "name":"manu",
  15. "age":23,
  16. "occupation":"SE",
  17. "country":"india"
  18. }
Add Comment
Please, Sign In to add comment