Create
you can create comment via file.comment.create
function
const json = require("jsonbyte");
const file = new json("./file.json")
file.comment.create("commentKey", "commentValue").save();
Last updated
you can create comment via file.comment.create
function
const json = require("jsonbyte");
const file = new json("./file.json")
file.comment.create("commentKey", "commentValue").save();
Last updated