- From: <bugzilla@jessica.w3.org>
- Date: Tue, 04 Feb 2014 18:54:29 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24436
--- Comment #2 from Florent Georges <fgeorges@gmail.com> ---
Another candidate, self-explanatory, with strings, numbers, a date-time, a
boolean, null, objects, and legitimate arrays:
{
"desc" : "Distances between several cities, in kilometers.",
"updated" : "2014-02-04T18:50:45",
"uptodate": true
"author" : null
"cities" : {
"Brussels": [
{to: "London", distance: 322},
{to: "Paris", distance: 265},
{to: "Amsterdam", distance: 173}
],
"London": [
{to: "Brussels", distance: 322},
{to: "Paris", distance: 344},
{to: "Amsterdam", distance: 358}
],
"Paris": [
{to: "Brussels", distance: 265},
{to: "London", distance: 344},
{to: "Amsterdam", distance: 431}
],
"Amsterdam": [
{to: "Brussels", distance: 173},
{to: "London", distance: 358},
{to: "Paris", distance: 431}
]
}
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 4 February 2014 18:54:30 UTC