npm i @pardnchiu/nanojson
<script src="https://cdn.jsdelivr.net/npm/@pardnchiu/nanojson@[VERSION]/dist/NanoJSON.js"></script>
import { JSONEditor } from "https://cdn.jsdelivr.net/npm/@pardnchiu/nanojson@[VERSION]/dist/NanoJSON.esm.js";
let dom = new JSONEditor({
id: "JSON-editor", // Element to replace
// title: "", // Editor Title
// description: "", // Editor Description
// button: {
// import: false,
// export: false
// } // Default { import: true, export: true }
// fill: 1 // Adjust size to parent element, default: 1 | true
});
Similar to MIT License but provides obfuscated code only:
- Same as MIT: Free to use, modify and redistribute, including commercial use
- Main difference: Provides obfuscated code by default, source code available for purchase
- License terms: Must retain original copyright notice (same as MIT)
For detailed terms and conditions, please see the Software Usage Agreement.
©️ 2025 邱敬幃 Pardn Chiu