The Wayback Machine - https://web.archive.org/web/20200717130055/https://github.com/alibaba/fastjson/issues/2474
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ rev #2474

Open
abipersona opened this issue Jun 8, 2019 · 0 comments
Open

FAQ rev #2474

abipersona opened this issue Jun 8, 2019 · 0 comments

Comments

@abipersona
Copy link

@abipersona abipersona commented Jun 8, 2019

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-Results
fastjson is 6 times faster than gson. Here is the testing result:

  1. when the object has some refrence reference property, what if not supported by the browser?

  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.