wI2L / jettison

Highly configurable, fast JSON encoder for Go
https://pkg.go.dev/github.com/wI2L/jettison
MIT License
174 stars 13 forks source link

API to handler decoder? #1

Closed proyb6 closed 4 years ago

proyb6 commented 4 years ago

Jsoniter is a drop in replacement for JSON, I thought you could post a benchmark there if you like to showcase more efficient JSON.

https://github.com/kostya/benchmarks

wI2L commented 4 years ago

Hello. I am not sure to fully understand what you mean, but jettison does not feature a JSON decoder, and I have no plans about adding one, since there is already many great alternatives to encoding/json out there.

proyb6 commented 4 years ago

Yup, I have wrote that benchmark with Jsoniter. Can be closed in this issue.