{ "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" } ], "emptylist": [], "emptyhash": {}, "nest": { "something": "else" } } }, "geometry": { "type": "Point", "coordinates": [ 0,0 ]} }