Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. id : 1,
  3. kind : cat,
  4. weight : 25 lb,
  5. color : red
  6. age : 10,
  7. fluffiness : 98
  8. attitude : grumpy
  9. }
  10.  
  11. {
  12. id : 2,
  13. kind : robot,
  14. chassis : aluminum,
  15. year : 2015,
  16. hardware : intel curie,
  17. battery : 5000,
  18. bat-life : 168,
  19. weight : 0.5 lb,
  20. }
  21.  
  22. {
  23. id : 3,
  24. kind : lightsaber,
  25. color : red,
  26. type : single blade,
  27. power : 1000,
  28. weight : 25 lb,
  29. creator : Darth Vader
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement