Create
you can create property via file.create
function
const json = require("jsonbyte");
const file = new json("./file.json")
file.create("username", "tommy").save();
Last updated
you can create property via file.create
function
const json = require("jsonbyte");
const file = new json("./file.json")
file.create("username", "tommy").save();
Last updated