Fix malformed UTF-8 character in JSON string error
The different database drivers do not retrieve the data with the same Perl's internal representation. Therefore it is required to check this representation before calling "decode_json" that "expects an UTF-8 (binary) string" (https://metacpan.org/pod/JSON::PP#decode_json).
Please register or sign in to comment