Skip to content

Instantly share code, notes, and snippets.

View pyhedgehog's full-sized avatar

PyHedgehog pyhedgehog

View GitHub Profile
@pyhedgehog
pyhedgehog / ligusi.html
Last active August 29, 2015 14:17
JSON viewer// source http://jsbin.com/ligusi
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JSON viewer</title>
<style id="jsbin-css">
.error { color:red; }
pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
.string { color: green; }
.number { color: darkorange; }