you can preview propertys via file.preview function
file.preview
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 2 years ago