Command-Line tool to view JSON on jsonhero.io.
go install github.com/sorcererxw/jsonhero@latest
curl https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v2.0/json/petstore.json | jsonhero
You can also alias jsonhero to a short command in your shell config:
alias jh=jsonhero
MIT