chrisjj 15 hours ago > {"key": "value\nda"}> My convention is that \n is the one-byte ASCII control character linefeed. This JSON is not valid.How is this not valid? rurban 14 hours ago Daniel seems to be pretty confused on this one. All examples produce the correct error response. orangecat 14 hours ago That confused me too, apparently it needs to be "\\n". chrisjj 7 minutes ago [delayed]
rurban 14 hours ago Daniel seems to be pretty confused on this one. All examples produce the correct error response.
orangecat 14 hours ago That confused me too, apparently it needs to be "\\n". chrisjj 7 minutes ago [delayed]
> {"key": "value\nda"}
> My convention is that \n is the one-byte ASCII control character linefeed. This JSON is not valid.
How is this not valid?
Daniel seems to be pretty confused on this one. All examples produce the correct error response.
That confused me too, apparently it needs to be "\\n".
[delayed]