Skip to content

Commit

Permalink
docs: Update README roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark committed Jan 28, 2024
1 parent 8ff2e1b commit 3bc0c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Roadmap:
- [x] Struct types
- [x] Slices
- [x] Arrays
- [x] Type `any`
- [x] Type `map`
- [ ] JSON struct tags
- [x] Case-insensitive key matching.
- [ ] Option `string`
- [ ] Pointers
- [ ] Type `any`
- [x] Type `map`
- [ ] Type `Unmarshaler interface { UnmarshalJSON([]byte) error }`
- [ ] Type `json.RawMessage`

0 comments on commit 3bc0c3a

Please sign in to comment.