Java Reference
In-Depth Information
This results in nicely formatted output, as shown:
{
"people": {
"person": {
"first": "Herman",
"last": "Munster",
"address": {
"street": "1313 Mockingbird Lane",
"city": "New York",
"state": "NY"
},
"wife": "Lily",
"age": 34,
"kids": [
"Eddie",
"Marilyn"
]
}
}
}
JSON data is therefore almost as easy to manage as XML, both when creating it and when
managing it.
Search WWH ::




Custom Search