Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Jun 12, 2021
1 parent 873c1f2 commit faa4de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Fast JSON encoder/decoder compatible with encoding/json for Go
```
* version ( expected release date )
* v0.6.0
* v0.7.0
|
| while maintaining compatibility with encoding/json, we will add convenient APIs
|
Expand All @@ -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) )
- Flexible customization with options
- Coloring the encoded string
- Can propagate context.Context to `MarshalJSON` or `UnmarshalJSON`

# Installation

Expand Down

0 comments on commit faa4de9

Please sign in to comment.