fangyidong / json-simple

A simple Java toolkit for JSON. You can use json-simple to encode or decode JSON text.
Apache License 2.0
744 stars 340 forks source link

removed unnecessary escaping of '/' #115

Open zerucus opened 7 years ago

zerucus commented 7 years ago

Hi,

I'm using your library in quite big project and I have problems with fields which contain '/' character. I have problems because that character shouldn't be escaped. I made improvement in the code. I'll be satisfied if You will consider this improvement and introduce it into next version of the library.

Best regards, Zbigniew Krzeminski