prettyjson
Version:
Package for formatting JSON data in a coloured YAML-style, perfect for CLI output
78 lines (58 loc) • 2.8 kB
HTML
<html>
<head>
<title>prettyjson - Node.js package for formatting JSON data in a coloured YAML-style, perfect for CLI output</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" media="all" href="docco.css" />
<link rel="stylesheet" media="all" href="stylesheets/syntax.css" />
<link rel="stylesheet" media="all" href="stylesheets/main.css" />
<script type="text/javascript" src="javascripts/highlight.pack.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6212472-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<a class="forkme" href="http://github.com/rafeca/prettyjson">
<img src="https://a248.e.akamai.net/assets.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub">
</a>
<div id="container">
{{ README.md }}
<h2>Change Log</h2>
{{ History.md }}
<h2>Contributors</h2>
{{ AUTHORS }}
<h2>How to contribute</h2>
{{ CONTRIBUTING.md }}
<h2>License</h2>
{{ LICENSE }}
</div>
<div id="footer">
<a href="http://rafeca.com"><span>Rafael de Oleza — rafeca</span></a>
<a class="fadedlink" href="https://github.com/rafeca"><img src="images/github-logo.png" alt="@github"></a>
<a class="fadedlink" href="https://twitter.com/rafeca"><img src="images/twitter-logo.png" alt="@twitter"></a>
<a class="fadedlink" href="http://linkedin.com/in/rafeca"><img src="images/linkedin-logo.png" alt="@linkedin"></a>
<a class="fadedlink" href="mailto:rafeca@gmail.com"><img src="images/gmail-logo.png" alt="@gmail"></a>
</div>
<script type="text/javascript">
var codes = document.getElementsByTagName('code');
for (var i=0;i<codes.length;i++) {
if (codes[i].className.indexOf('lang-') === 0) {
codes[i].className = codes[i].className.slice('lang-'.length);
}
switch(codes[i].className) {
case 'js':
codes[i].className = 'javascript';
break;
}
}
hljs.initHighlightingOnLoad();
</script>
</body>
</html>