newline characters are included in the strings. This is invalid JSON. It should be an escaped newline character. That is to say, literally a backslash \ followed by a lower case n NOT a newline character.
This error causes issues with JSON parsers that adhere to the spec, like the very popular jq
newline characters are included in the strings. This is invalid JSON. It should be an escaped newline character. That is to say, literally a backslash
\followed by a lower casenNOT a newline character.This error causes issues with JSON parsers that adhere to the spec, like the very popular jq