Update README.md

This commit is contained in:
Masaaki Goshima 2021-06-12 23:40:12 +09:00 committed by GitHub
parent 873c1f2f6c
commit faa4de918e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Fast JSON encoder/decoder compatible with encoding/json for Go
``` ```
* version ( expected release date ) * version ( expected release date )
* v0.6.0 * v0.7.0
| |
| while maintaining compatibility with encoding/json, we will add convenient APIs | while maintaining compatibility with encoding/json, we will add convenient APIs
| |
@ -31,6 +31,7 @@ For example, I'm thinking of supporting `context.Context` of `json.Marshaler` an
- Fast ( See [Benchmark section](https://github.com/goccy/go-json#benchmarks) ) - Fast ( See [Benchmark section](https://github.com/goccy/go-json#benchmarks) )
- Flexible customization with options - Flexible customization with options
- Coloring the encoded string - Coloring the encoded string
- Can propagate context.Context to `MarshalJSON` or `UnmarshalJSON`
# Installation # Installation