Skip to content

[feature] replace encoding/json with jsoniter #460

Closed
@kokizzu

Description

@kokizzu

Is your feature request related to a problem? Please describe.

no, just want to squeeze a bit of performance

Describe the solution you'd like.

https://github.com/json-iterator/go

import jsoniter "github.com/json-iterator/go"

var json = jsoniter.ConfigCompatibleWithStandardLibrary
json.Unmarshal(input, &data)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions