Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [
  2. "Monday",
  3. "Tuesday",
  4. "Wednesday",
  5. "Thursday",
  6. "Friday",
  7. "Saturday",
  8. "Sunday"
  9. ]
  10.  
  11. "items":
  12. [
  13. {
  14. "name": "Banana",
  15. "price": "1.5"
  16. },
  17. {
  18. "name": "Manggo",
  19. "price": "2.5"
  20. }
  21. {
  22. "name": "orange",
  23. "price": "2.4"
  24. }
  25. ]
  26.  
  27. [
  28. [5, 1, 3],
  29. [2, 1, 3],
  30. [1, 2, 1]
  31. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement