10.02.2013 Views

Foundations of Software - LAMP - EPFL

Foundations of Software - LAMP - EPFL

Foundations of Software - LAMP - EPFL

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

An Example: JSON<br />

JSON, or JavaScript Object Notation, is a popular data interchange<br />

format.<br />

JSON data essentially consists <strong>of</strong> objects {...}, arrays [...], numbers, and<br />

strings.<br />

Here is an example <strong>of</strong> a JSON value:<br />

{ ”address book”: {<br />

”name”: ”John Smith”,<br />

”address”: { ”street”: ”10 Market Street”,<br />

”city” : ”San Francisco, CA”,<br />

”zip” : 94111 },<br />

”phone numbers”: [”408 338−4238”, ”408 111−6892”]<br />

}<br />

}<br />

45

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!