mapnik/tests/data/json/escaped.json
2012-07-25 16:37:05 -07:00

28 lines
No EOL
624 B
JSON

{
"type":"FeatureCollection",
"features":
[
{
"type":"Feature",
"geometry":
{
"type":"Point",
"coordinates":
[
-81.705583,
41.480573
]
},
"properties":
{
"name":"Test",
"int":1,
"description":"Test: \u005C",
"spaces":"this has spaces",
"double":1.1,
"boolean":true,
"NOM_FR":"Québec"
}
}
]
}