jsonview-chrome
jsonview-chrome copied to clipboard
Responses with mime type application/json won't be parsed with JSONs default encoding
Regarding RFC7158 http://www.rfc-base.org/txt/rfc-7158.txt JSON has to be encoded with UTF-8 by default and specifying this at the http response is not necessary and will be omitted by some server applications. If so the default encoding of http will be chosen and the content can be broken.