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