2.3.3 • Published 4 years ago

ezyjson v2.3.3

Weekly downloads
612
License
ISC
Repository
-
Last release
4 years ago

Easyjson, the new filesystem who will change all managements of files

So much easy! Just all in 2 !

Install with NPM :

npm i ezyjson

Import

// For don't use the promise, use this! the promise class is very hard to use so use sync version!
const ezyjson = require("ezyjson").sync;
const db = new ezyjson(__dirname + "/db.json");

// we start it with a "hello world" with json
// creating a key "hello" with the value "world"

let c = db.val();

c.hello = "world";

db.save(); // you must use it each modifications

// console logging

console.log("Hellow" + c.hello + "!");
2.3.3

4 years ago

2.3.2

4 years ago

2.3.0

4 years ago

2.3.1

4 years ago

2.2.6

4 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.5

4 years ago

2.2.4

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.6

4 years ago

2.1.4

4 years ago

2.1.5

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.3

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.3

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago