Escape single quote(\') is not allowed in JSON specification but allowd in some Java's JSON implementations, explained clearly here: jQuery single quote in JSON response (first answer).
I've tried jackson and Gson, both are allowed escape single quote.
Here is my question:
Besides escape single quote, Is there any other difference between Java implementation of JSON and JSON specification?
Is there any Java implementation which is totally the same with JSON specification exists?