Код узла для чтения файла json
const ciqlJson = require("ciql-json")
ciqlJson
.open("file.json")
.set("address", {town : "", city : ""})
.save()
Light Lark
const ciqlJson = require("ciql-json")
ciqlJson
.open("file.json")
.set("address", {town : "", city : ""})
.save()