586
edits
m (→Facebook) |
(→JSON) |
||
Line 6: | Line 6: | ||
* YouTube – Data API | * YouTube – Data API | ||
==[[JSON]]== | ==[[JSON]]== | ||
=== | ===Struktur von JSON=== | ||
<source lang="javascript" > | <source lang="javascript" > | ||
{ | { | ||
Line 22: | Line 22: | ||
''Size: 169 Bytes'' | ''Size: 169 Bytes'' | ||
=== | ===Vergleich zu XML=== | ||
<source lang="xml"> | <source lang="xml"> | ||
<object> | <object> | ||
Line 37: | Line 37: | ||
</source> | </source> | ||
''Size: 226 Bytes'' | ''Size: 226 Bytes'' | ||
===Vorteil gegneüber XML=== | |||
Kleinere Datei, verschiedene Daten-Typen (string, number, object, array, boolean, empty), einfaches Parsing in JavaScript, PHP, Objective-C usw. | |||
==Parsing JSON== | ==Parsing JSON== |
edits