{ "id": "sub", "name": "Heungsub Lee", "age": 23, "urls": [ "http://subl.ee/", "https://github.com/sublee" ], "skills": { "Python": 1.0, "JavaScript": 0.8 } } json_objects ===================================== object_id key type value ===================================== 0 id string sub 0 age string Heungsub Lee 0 urls array 0 skills object 0.urls 0 string http://subl.ee 0.urls 1 string https://github.com/sublee 0.skills Python number 1.0 0.skills JavaScript number 0.8