you can remove property via file.remove function
file.remove
const json = require("jsonbyte"); const file = new json("./file.json") file.remove("username").save();
Last updated 2 years ago