When using res.json() with an array of object inside which a property contains base64 strings the JSON coming out has malformed. It contains the whole array twice. The problematic array of objects is ...
When using the repair_json function, JSON strings with arrays containing unescaped quotes inside string values are incorrectly split into multiple elements, instead of escaping the additional ...