forked from mirror/go-json
Fix broken links to segmentio/encoding and jettison
I pointed segmentio/encoding/json to `/tree/master/json`. Should it just be straight to the encoding repository root instead?
This commit is contained in:
parent
6db7a29972
commit
24a1d02e32
|
@ -31,8 +31,8 @@ Replace import statement from `encoding/json` to `github.com/goccy/go-json`
|
||||||
| [json-iterator/go](https://github.com/json-iterator/go) | ○ | ○ | △ |
|
| [json-iterator/go](https://github.com/json-iterator/go) | ○ | ○ | △ |
|
||||||
| [easyjson](https://github.com/mailru/easyjson) | ○ | ○ | ✗ |
|
| [easyjson](https://github.com/mailru/easyjson) | ○ | ○ | ✗ |
|
||||||
| [gojay](https://github.com/francoispqt/gojay) | ○ | ○ | ✗ |
|
| [gojay](https://github.com/francoispqt/gojay) | ○ | ○ | ✗ |
|
||||||
| [segmentio/encoding/json](github.com/segmentio/encoding/json) | ○ | ○ | ○ |
|
| [segmentio/encoding/json](https://github.com/segmentio/encoding/tree/master/json) | ○ | ○ | ○ |
|
||||||
| [jettison](github.com/wI2L/jettison) | ○ | ✗ | ✗ |
|
| [jettison](https://github.com/wI2L/jettison) | ○ | ✗ | ✗ |
|
||||||
| [simdjson-go](https://github.com/minio/simdjson-go) | ✗ | ○ | ✗ |
|
| [simdjson-go](https://github.com/minio/simdjson-go) | ✗ | ○ | ✗ |
|
||||||
| go-json | ○ | ○ | ○ |
|
| go-json | ○ | ○ | ○ |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue