支援功能
- 輸入
- JSON
- 輸出
- JSON
- 檔案格式
- .json
如何使用JSON · 檢視器
直接在瀏覽器中使用JSON · 檢視器。選擇輸入與設定,再檢查結果。
- 開啟檔案或輸入要處理的數值。
- 調整可用設定並執行工具。
- 檢查結果,接著複製或下載以儲存。
JSON · 檢視器 · 範例
輸入
{
"project": "A little more possibility",
"local": true,
"tools": ["JSON", "Markdown", "CSV"],
"settings": { "theme": "light", "language": "en" }
}輸出
{
"project": "A little more possibility",
"local": true,
"tools": [
"JSON",
"Markdown",
"CSV"
],
"settings": {
"theme": "light",
"language": "en"
}
}使用說明
檔案與輸入在此瀏覽器內處理,不需上傳或註冊帳號。
程式碼範例、格式名稱與解析器技術錯誤可能保留原始表示法。