dhjson
v1.1.0
Published
Navigate, edit, and save JSON files with a simple path syntax.
Readme
djson
Navigate, edit, and save JSON files with a simple path syntax — treat JSON files like a lightweight database in Node.js.
Features
- Navigate JSON files using
>and[index]syntax - Edit, merge, and delete keys or array elements
- Append to arrays easily
- Bulk updates across multiple paths
- Auto-save support
- Safe writes with temporary file swapping
Install & Usage
npm install dhjson