관리-도구
편집 파일: json.js
module.exports = (data, { indent }) => JSON.stringify(data, null, indent)