JSON閱讀器
請填入json碼,系統將解析為易懂的陣列
看json範例
|
清除
{
"orderID": 12345,
"shopperName": "bluezz",
"contents": [
{
"productID": 34,
"productName": "SuperWidget",
"quantity": 1
},
{
"productID": 56,
"productName": "WonderWidget",
"quantity": 3
}
],
"orderCompleted": true
}
解析結果: