Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. String my_json =
  2. "[
  3. {
  4. "location_id": "1",
  5. "screen_id": "301",
  6. "priority": [
  7. "1",
  8. "2",
  9. "3",
  10. "4"
  11. ],
  12. "vendor_id": [
  13. "2",
  14. "3",
  15. "5",
  16. "1"
  17. ]
  18. }
  19. ];"
  20.  
  21. id location_id screen_id vendor_id priority
  22.  
  23. 1 1 300 1 1
  24.  
  25. 2 1 300 2 2
  26.  
  27. 3 2 304 4 1
  28.  
  29. 4 2 304 6 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement