Edit File: json.js
module.exports = (data, { indent }) => JSON.stringify(data, null, indent)
Back to File Manager