Skip to content

decoded_content isn't decoding charset if content-type is application/json #36

Closed
@alambike

Description

@alambike

In the same way that decoded_content makes charset decodification in text and xml content types, is not correct make this too in application/json ?

Something like (I'll make a PR if it is acceptable):

if ($self->content_is_text || (my $is_xml = $self->content_is_xml) || (my $is_json = $self->content_is_json)) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions