Javascript


SUBMITTED BY: Guest

DATE: June 14, 2013, 12:28 p.m.

FORMAT: JavaScript

SIZE: 762 Bytes

HITS: 5013

  1. {
  2. "id": "sub",
  3. "name": "Heungsub Lee",
  4. "age": 23,
  5. "urls": [
  6. "http://subl.ee/",
  7. "https://github.com/sublee"
  8. ],
  9. "skills": {
  10. "Python": 1.0,
  11. "JavaScript": 0.8
  12. }
  13. }
  14. json_objects
  15. =====================================
  16. object_id key type value
  17. =====================================
  18. 0 id string sub
  19. 0 age string Heungsub Lee
  20. 0 urls array
  21. 0 skills object
  22. 0.urls 0 string http://subl.ee
  23. 0.urls 1 string https://github.com/sublee
  24. 0.skills Python number 1.0
  25. 0.skills JavaScript number 0.8

comments powered by Disqus