According to reddit docs
**response body encoding **
For legacy reasons, all JSON response bodies currently have <, >, and & replaced with <, >, and &, respectively. If you wish to opt out of this behaviour, add a raw_json=1 parameter to your request.
would it be possible to use this parameter to opt out of this legacy behavior?
According to reddit docs
would it be possible to use this parameter to opt out of this legacy behavior?