Remove

you can remove property via file.remove function

const json = require("jsonbyte");


const file = new json("./file.json")

file.remove("username").save();

Last updated