A few notes on #hono

If you install hono from jsr, using hono extensions from npm will not work, e.g. @hono/zod-validator.

If you're curling and stuff is weird (validator("json", ...)), probably forgot to add -H "Content-Type: application/json".