bat
bat copied to clipboard
Can not display Chinese, only Unicode format
It is correct and expected behavior. Your JSON response is encoded.
Why not default decoding
https://play.golang.org/p/72no0YTa419
Go did nothing to the JSON by default?
But HTTPie can do that by default, and the decoding is not done by python.