Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 280 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 280 Bytes

JSONExpand

How to use

  1. load in HTML
<script type="text/javascript" src="json_expand.js"></script>
  1. convert in JavaScript
DOM_element = jsonExpand(json);

Example

You can see the behavior of this function from json_expand.html.