fangyidong / json-simple

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

Replaced StringBuffer by StringBuilder #123

Open borosi opened 7 years ago

borosi commented 7 years ago

Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder".

RalleYTN commented 7 years ago

I already made a completely polished version of this library for Java 7/8. https://github.com/RalleYTN/SimpleJSON