JSON格式美化与压缩
输入JSON字符串,点击「执行」即可进行格式化(美化显示)或压缩(去除空白)。
输入:{"name":"test","age":18} 格式化后: { "name": "test", "age": 18 }