mirror of https://github.com/goccy/go-json.git
Update README.md
This commit is contained in:
parent
d8d711ecf9
commit
3d786b69c4
11
README.md
11
README.md
|
@ -64,6 +64,17 @@ WIP
|
||||||
- [x] `UnmarshalText`
|
- [x] `UnmarshalText`
|
||||||
- [x] `pointer`
|
- [x] `pointer`
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
- [ ] `InvalidUTF8Error`
|
||||||
|
- [x] `InvalidUnmarshalError`
|
||||||
|
- [ ] `MarshalerError`
|
||||||
|
- [ ] `SyntaxError`
|
||||||
|
- [ ] `UnmarshalFieldError`
|
||||||
|
- [ ] `UnmarshalTypeError`
|
||||||
|
- [x] `UnsupportedTypeError`
|
||||||
|
- [x] `UnsupportedValueError`
|
||||||
|
|
||||||
# Benchmarks
|
# Benchmarks
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue