You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mods-for-HESK-Netsyms/snippets/parser.html

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>