79517895

Date: 2025-03-18 15:10:07
Score: 1.5
Natty:
Report link

Did you look at what it's complaining about? When I got that error the issue was that PostgreSQL had escaped the backslashes within the strings twice. Which you can fix as follows:

sed -e 's/\\\\/\\/g'< input.json |jq . >output.json
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: kleptog