Update README.md

This commit is contained in:
Masaaki Goshima 2020-07-31 20:39:40 +09:00 committed by GitHub
parent b657de245c
commit 83d55b8f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -22,12 +22,12 @@ WIP
- [x] `(*Decoder).Buffered` - [x] `(*Decoder).Buffered`
- [x] `(*Decoder).Decode` - [x] `(*Decoder).Decode`
- [ ] `(*Decoder).DisallowUnknownFields` - [ ] `(*Decoder).DisallowUnknownFields`
- [ ] `(*Decoder).InputOffset` - [x] `(*Decoder).InputOffset`
- [ ] `(*Decoder).More` - [x] `(*Decoder).More`
- [ ] `(*Decoder).Token` - [x] `(*Decoder).Token`
- [ ] `(*Decoder).UseNumber` - [ ] `(*Decoder).UseNumber`
- [ ] `Delim` - [x] `Delim`
- [ ] `(Delim).String` - [x] `(Delim).String`
- [x] `NewEncoder` - [x] `NewEncoder`
- [x] `(*Encoder).Encode` - [x] `(*Encoder).Encode`
- [x] `(*Encoder).SetEscapeHTML` - [x] `(*Encoder).SetEscapeHTML`