html_unescape
html_unescape copied to clipboard
Quote replacing
When I let it convert my raw json string it replaces & q u o t ; (had to write it like that so that Github doesn't convert it) with ", which destroys the json format and leads to deserialisation errors. You should implement a way to override certain replacements.