Remove
you can remove comment via file.comment.remove
function
const json = require("jsonbyte");
const file = new json("./file.json")
file.comment.remove("commentKey").save();
Last updated
you can remove comment via file.comment.remove
function
const json = require("jsonbyte");
const file = new json("./file.json")
file.comment.remove("commentKey").save();
Last updated