## 何ができるか ## リクエスト json ```js app.post('/entry', async (c) => { const body = await c.req.json() // ... }) ```