15 lines
339 B
JSON

{ "type": "Feature", "properties": {
"null": null,
"compound": {
"string": "string",
"number": 10,
"null": null,
"true": true,
"false": false,
"array": [
"string", 10, null, true, false, [ 1, 2, 3 ], { "this": "that" }
],
"nest": { "something": "else" }
}
}, "geometry": { "type": "Point", "coordinates": [ 0,0 ]} }