Skip to content
v0.4.0 — Response.json encoding parameter

Additive: encoding kwarg on Response.json() so callers can hit BOM-prefixed
payloads (utf-8-sig) or legacy encodings (cp1251) without falling back to
parse_json_response. README gets a dedicated JSON-decoding section.