UNPKG

pretty-print-json

Version:

Pretty-print JSON data into HTML to indent and colorize (written in TypeScript)

12 lines (11 loc) 533 B
/*! pretty-print-json v1.0.0 ~ github.com/center-key/pretty-print-json ~ MIT License */ .json-key { color: indianred; } .json-string { color: darkkhaki; } .json-number { color: deepskyblue; } .json-boolean { color: mediumseagreen; } .json-null { color: darkorange; } .json-mark { color: silver; } a.json-link { color: mediumorchid; transition: all 400ms; } a.json-link:visited { color: slategray; } a.json-link:hover { color: violet; } a.json-link:active { color: silver; }