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

🧹 Use encoding/json #1851

Merged
merged 2 commits into from Apr 13, 2022
Merged

🧹 Use encoding/json #1851

merged 2 commits into from Apr 13, 2022

Conversation

efectn
Copy link
Member

@efectn efectn commented Apr 8, 2022

Use "encoding/json" as default json parser. Add guide about how to make fiber faster after be accepting of this PR.

Indirectly close: #1708, #1820

@efectn efectn changed the title 🧹 Remove packages from internal, use encoding/json 🧹 Use encoding/json Apr 8, 2022
Copy link
Contributor

@tomaswarynyca tomaswarynyca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@renanbastos93 renanbastos93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, you made a good job man!
It's very incredible, thanks for your contribution.

@ReneWerner87 ReneWerner87 merged commit ee65ea5 into master Apr 13, 2022
@efectn efectn deleted the move-internals branch April 13, 2022 11:45
trim21 pushed a commit to trim21/fiber that referenced this pull request Aug 15, 2022
* remove goccy/go-json

* fix tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C.JSON not work on go 1.18 🐛 c.JSON() takes much time to serialize data and response.
5 participants