JavaScript Object Notation (JSON)
An Introduction |
Prof. David Bernstein |
Computer Science Department |
bernstdh@jmu.edu |
application/json
{ "date": "1 Jan 2001", "breakdowns": [ { "description": "Minivan ran out of gas on I81" }, { "description": "Minivan with engine trouble on Rt. 42" }, { "description": "Minivan with flat tire on Main St." } ], "accidentReports": [ { "size": 1, "type": "Overturned poultry truck on Port Rd." }, { "size": 2, "type": "Head-on crash on I81 at Exit 245" } ] }