Preview
you can preview propertys via file.preview function
const json = require("jsonbyte");
const file = new json("./file.json")
const preview = file.preview();
console.log(preview) // output: its show you the file before saveLast updated
you can preview propertys via file.preview function
const json = require("jsonbyte");
const file = new json("./file.json")
const preview = file.preview();
console.log(preview) // output: its show you the file before saveLast updated