Change
const json = require("jsonbyte");
const file = new json("./file.json")
file.change("FirstName", "Jimmy").save();Last updated
const json = require("jsonbyte");
const file = new json("./file.json")
file.change("FirstName", "Jimmy").save();Last updated