Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {
  2. "fruit": "Apple",
  3. "size": "Large",
  4. "color": "Red"
  5. }
  6. {
  7. "fruit": "Pear",
  8. "size": "Medium",
  9. "color": "Green"
  10. }
  11. {
  12. "fruit": "Banana",
  13. "size": "Medium",
  14. "color": "Yellow"
  15. }
  16. {
  17. "fruit": "Grape",
  18. "size": "Small",
  19. "color": "Purple"
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement