Sunday, February 22, 2015

JSON (JavaScript Object Notation)

JSON is a format for representing data.

{
"plane" : [
"economy",
"business",
"first"
]
}

No comments: