輸入 JSON
格式化輸出
使用指南
輸入格式
將未格式化的 JSON 粘貼到輸入框中。您也可以使用上傳按鈕上傳 JSON 文件。
{
"name": "John Doe",
"age": 30,
"email": "john@example.com",
"address": {
"street": "123 Main St",
"city": "New York",
"country": "USA"
}
}
輸出格式
格式化後的 JSON 將在輸出框中顯示,具有適當的縮進和語法高亮。