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 save

Last updated