586
edits
(→JSON) |
|||
Line 6: | Line 6: | ||
* YouTube – Data API | * YouTube – Data API | ||
==[[JSON]]== | ==[[JSON]]== | ||
=== | ===Structure of JSON=== | ||
<source lang="javascript" > | <source lang="javascript" > | ||
{ | { | ||
Line 20: | Line 20: | ||
} | } | ||
</source> | </source> | ||
'' | ''Size: 169 Bytes'' | ||
=== | ===Compare to XML=== | ||
<source lang="xml"> | <source lang="xml"> | ||
<object> | <object> | ||
Line 36: | Line 36: | ||
</object> | </object> | ||
</source> | </source> | ||
'' | ''Size: 226 Bytes'' | ||
==Parsing JSON== | ==Parsing JSON== | ||
===jQuery=== | ===jQuery=== |
edits