Is there any reasons why PHP\'s json_encode function does not escape all JSON control characters in a string?
For example let\'s take a string which spans two rows a
Maybe I'm blind, but in your example they ARE escaped. What about
(note different quotes)