13 lines
307 B
HTML
Raw Normal View History

<!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>