mirror of https://github.com/goccy/go-json.git
Update README.md
This commit is contained in:
parent
bb169a5cf6
commit
df0365d82f
|
@ -47,6 +47,7 @@ WIP
|
||||||
- [x] `interface{}`
|
- [x] `interface{}`
|
||||||
- [x] `MarshalJSON`
|
- [x] `MarshalJSON`
|
||||||
- [x] `MarshalText`
|
- [x] `MarshalText`
|
||||||
|
- [x] `pointer`
|
||||||
|
|
||||||
### Decoder
|
### Decoder
|
||||||
|
|
||||||
|
@ -58,6 +59,10 @@ WIP
|
||||||
- [x] `array`
|
- [x] `array`
|
||||||
- [x] `slice`
|
- [x] `slice`
|
||||||
- [x] `map`
|
- [x] `map`
|
||||||
|
- [x] `interface{}`
|
||||||
|
- [x] `UnmarshalJSON`
|
||||||
|
- [x] `UnmarshalText`
|
||||||
|
- [x] `pointer`
|
||||||
|
|
||||||
# Benchmarks
|
# Benchmarks
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue