All of JSON May 11th, 2012 8:43 am | Comments All of JSON by Mike Dewar1 2 3 4 5 6 7 8 9 10 11 12 { "key": "value", "boolean": true, "list": [ "element1", "element2", ], "dictionary":{ "number": 1493, "null_value": null, } } From Mike Dewar’s talk on d3.js So nice to see all of a spec so neatly displayed.