github.com/zerosnake0/jzon@v0.0.9-0.20230801092939-1b135cb83f7f/TODO.md (about) 1 # Feature 2 3 - [x] Skip object 4 - [x] Support other tag than `json` 5 - [x] Decoder option `UseNumber` 6 - [x] Decoder option `DisallowUnknownFields` 7 - [x] tag option `quoted` 8 - [x] json/text marshaler (pointer receiver) for values 9 - [x] tag option `omitempty` 10 11 # Improvement 12 13 - [x] Nested skip (by using a stack) 14 - [x] Decode with stack (proven worse than use recursive directly) 15 16 # Benchmark 17 18 - [x] Reset 19 - [x] Skip switch/slice 20 21 # Benchmark with other library 22 23 - [x] jsoniter