import JSON2 = require("json-js"); const a = JSON2.stringify([]); const b = JSON2.parse(a);