Update README

This commit is contained in:
Masaaki Goshima 2021-06-01 15:29:34 +09:00
parent 7155d2e437
commit 847573aaf6
1 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,13 @@ We are accepting requests for features that will be implemented between v0.6.0 a
If you have the API you need, please submit your issue [here](https://github.com/goccy/go-json/issues).
For example, I'm thinking of supporting `context.Context` of `json.Marshaler` and decoding using JSON Path.
# Features
- Drop-in replacement of `encoding/json`
- Fast ( See [Benchmark section](https://github.com/goccy/go-json#benchmarks) )
- Flexible customization with options
- Coloring the encoded string
# Installation
```