nojima / httpie-go

httpie-like HTTP client written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Format JSON responses

nojima opened this issue · comments

From https://httpie.org/doc:

JSON data is indented, sorted by keys, and unicode escapes are converted to the characters they represent.

Implemented: f63d91b