0.3.4 • Published 12 months ago

@pardnchiu/nanojson v0.3.4

Weekly downloads
-
License
Proprietary
Repository
github
Last release
12 months ago

NanoJSON: Lightweight JSON Editor

tag size npm download jsdeliver

Installation

Install via npm

npm i @pardnchiu/nanojson

Include via CDN

UMD version

<script src="https://cdn.jsdelivr.net/npm/@pardnchiu/nanojson@[VERSION]/dist/NanoJSON.js"></script>

ES Module version

import { JSONEditor } from "https://cdn.jsdelivr.net/npm/@pardnchiu/nanojson@[VERSION]/dist/NanoJSON.esm.js";

How to use

Initialize JSONEditor

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
});

License

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.

Creator


©️ 2025 邱敬幃 Pardn Chiu

0.3.4

12 months ago

0.3.3

12 months ago

0.3.2

12 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.0

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago