Change

you can change property value via file.change function

const json = require("jsonbyte");


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

file.change("FirstName", "Jimmy").save();

Last updated