← Back
Editing: json.js
module.exports = (data, { indent }) => JSON.stringify(data, null, indent)
Save File
Cancel