Mike Koch b3830b8b6f Revert "#141 Removed parser snippet"
This reverts commit a6626d98b716f68b3f2aa3f06f7305df7c6cdf9b.
2015-04-30 17:31:33 -04:00

13 lines
307 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>JSON Parser</title>
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="parser.js"></script>
</head>
<body>
<ul id="output">
</ul>
<script>parseInput();</script>
</body>
</html>