Hello, a quick question for those in the know. If a request does not specify a charset does yada return JSON in file.encoding ? The docs seem to talk about content negotiation if someone asks for Accept-Charset but I'm wondering about the default.
(according to the RFCs I believe I should get UTF-8 always for JSON, even when the encoding is not specified anywhere)