1.0.6 • Published 5 months ago

jsonner v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

jsonner

json management utility

Docs

Start

const { jsonner } = require("jsonner");

Write data

jsonner.write("data.json", { "test": "abc" });

Get data

const data = jsonner.read("data.json");
console.log(data.test);

Add data

jsonner.add("data.json", { "testing": "abc" });
1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

6 months ago