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

feat: change json lib to jsoniter #990

Merged
merged 4 commits into from
Jul 8, 2017
Merged

Commits on Jul 8, 2017

  1. feat: change json lib to jsoniter

    A high-performance 100% compatible drop-in replacement of "encoding/json"
    
    https://github.com/json-iterator/go
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    1250832 View commit details
    Browse the repository at this point in the history
  2. fix testing

    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    08338ef View commit details
    Browse the repository at this point in the history
  3. fix testing

    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    cb524fc View commit details
    Browse the repository at this point in the history
  4. fix json sort the map keys

    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    e23842e View commit details
    Browse the repository at this point in the history