Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFAQ rev #2474
Open
FAQ rev #2474
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


There are grammatical errors in the English FAQ section:
https://github.com/alibaba/fastjson/wiki/FAQ(English-Version)
I propose that these grammatical errors be revised for readability.
Here are some examples below:
5. fastjson v.s. gson?
fastjson is 6 times faster than gson, here is the testing result: https://github.com/eishay/jvm-serializers/wiki/Staging-Resultsfastjson is 6 times faster than gson. Here is the testing result:
when the object has some
refrencereference property, what if not supported by the browser?IE 6 not support JSON with Chinese character,how to deal with it?IE 6 does not support JSON with Chinese characters. How do I deal with it?fastjson has BrowserCompatible configuration,after opened,all Chinese will be serialized to the format with \uXXXX.fastjson has BrowserCompatible configuration. After it is opened, all Chinese characters will be serialized to the format with \uXXXX.