1.1.5 • Published 4 years ago

@justfoxx/quick.json v1.1.5

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

Its like quick.db but to json

Hot o use?

const db = require("@justfoxx/quick.json")

db.File("file.json") //without this you cant run project, this is setting file to edit

db.set("player.name","Adam") //this is setting variable in json

db.add("player.feed",1) //this is adding thing to variable

db.get("player.name") //with this you can get thing from variable in json

db.push("player.items","sword") //you can add new things to array

db.del("player.items") //delete variable from json
1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago