Closed
Description
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
Labels
No labels