JSON 格式化
2 个空格缩进
示例 本地文件 升序 降序 添加转义 移除转义 说明Ctrl+F 查找;Alt+F 查找(窗口不自动关闭,Enter 键查找下一个,Shift+Enter 键查找上一个)。
在光标位于编辑器中时,按下 F11 可以切换全屏编辑模式。按 Esc 也可用于退出全屏编辑模式。
JSON 中需要转义的字符列表: Backspace is replaced with \b Form feed is replaced with \f Newline is replaced with \n Carriage return is replaced with \r Tab is replaced with \t Double quote is replaced with \" Backslash is replaced with \\