forked from mirror/go-json
Update README.md
This commit is contained in:
parent
b657de245c
commit
83d55b8f1b
10
README.md
10
README.md
|
@ -22,12 +22,12 @@ WIP
|
|||
- [x] `(*Decoder).Buffered`
|
||||
- [x] `(*Decoder).Decode`
|
||||
- [ ] `(*Decoder).DisallowUnknownFields`
|
||||
- [ ] `(*Decoder).InputOffset`
|
||||
- [ ] `(*Decoder).More`
|
||||
- [ ] `(*Decoder).Token`
|
||||
- [x] `(*Decoder).InputOffset`
|
||||
- [x] `(*Decoder).More`
|
||||
- [x] `(*Decoder).Token`
|
||||
- [ ] `(*Decoder).UseNumber`
|
||||
- [ ] `Delim`
|
||||
- [ ] `(Delim).String`
|
||||
- [x] `Delim`
|
||||
- [x] `(Delim).String`
|
||||
- [x] `NewEncoder`
|
||||
- [x] `(*Encoder).Encode`
|
||||
- [x] `(*Encoder).SetEscapeHTML`
|
||||
|
|
Loading…
Reference in New Issue