Update buil_json.html
Browse files- buil_json.html +2 -1
buil_json.html
CHANGED
@@ -76,7 +76,8 @@
|
|
76 |
</div>
|
77 |
<div id="jsoneditor"></div>
|
78 |
|
79 |
-
|
|
|
80 |
<script>
|
81 |
document.addEventListener('DOMContentLoaded', function() {
|
82 |
const container = document.getElementById('jsoneditor');
|
|
|
76 |
</div>
|
77 |
<div id="jsoneditor"></div>
|
78 |
|
79 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.9.2/jsoneditor.min.js"></script>
|
80 |
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
|
81 |
<script>
|
82 |
document.addEventListener('DOMContentLoaded', function() {
|
83 |
const container = document.getElementById('jsoneditor');
|