ワークフロー例 1
Compact response: {"status":"ok","data":{"id":42,"items":[{"sku":"A1","qty":2}]}}
Readable response: {
"status": "ok",
"data": {
"id": 42,
"items": [
{
"sku": "A1",
"qty": 2
}
]
}
}
JSON フォーマッター processes this example in the browser and lets you inspect the result before copying it.