Merge
you can merge propertys to file via file.merge function
const json = require("jsonbyte");
const file = new json("./file.json")
file.merge({
firstName: "Tommy",
secondName: "Jimmy"
}).save();Last updated
you can merge propertys to file via file.merge function
const json = require("jsonbyte");
const file = new json("./file.json")
file.merge({
firstName: "Tommy",
secondName: "Jimmy"
}).save();Last updated