you can change property value via file.change function
file.change
const json = require("jsonbyte"); const file = new json("./file.json") file.change("FirstName", "Jimmy").save();
Last updated 2 years ago