Skip to content

[feature] replace encoding/json with jsoniter #460

Closed
@kokizzu

Description

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)

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