Skip to content

Instantly share code, notes, and snippets.

View paulstefanday's full-sized avatar

Paul Day paulstefanday

View GitHub Profile
@paulstefanday
paulstefanday / JSONHighlight.css
Created December 4, 2015 12:36 — forked from mnewt/JSONHighlight.css
pretty print and syntax highlight javascript object
pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: red; }