@pardnchiu/nanojson
TypeScript icon, indicating that this package has built-in type declarations

0.3.4 • Public • Published

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

邱敬幃 Pardn Chiu


©️ 2025 邱敬幃 Pardn Chiu

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.48latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.48
0.3.30
0.3.20
0.3.10
0.3.00
0.2.01
0.1.51
0.1.41
0.1.30
0.1.21
0.1.10
0.1.01

Package Sidebar

Install

npm i @pardnchiu/nanojson

Weekly Downloads

13

Version

0.3.4

License

Proprietary

Unpacked Size

48.1 kB

Total Files

6

Last publish

Collaborators

  • pardnchiu