Update README.md

This commit is contained in:
Masaaki Goshima 2020-05-08 20:38:44 +09:00 committed by GitHub
parent bb169a5cf6
commit df0365d82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,7 @@ WIP
- [x] `interface{}`
- [x] `MarshalJSON`
- [x] `MarshalText`
- [x] `pointer`
### Decoder
@ -58,6 +59,10 @@ WIP
- [x] `array`
- [x] `slice`
- [x] `map`
- [x] `interface{}`
- [x] `UnmarshalJSON`
- [x] `UnmarshalText`
- [x] `pointer`
# Benchmarks