1.1.5 • Published 4 years ago
@justfoxx/quick.json v1.1.5
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