Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 472 Bytes

TODO.md

File metadata and controls

23 lines (16 loc) · 472 Bytes

Feature

  • Skip object
  • Support other tag than json
  • Decoder option UseNumber
  • Decoder option DisallowUnknownFields
  • tag option quoted
  • json/text marshaler (pointer receiver) for values
  • tag option omitempty

Improvement

  • Nested skip (by using a stack)
  • Decode with stack (proven worse than use recursive directly)

Benchmark

  • Reset
  • Skip switch/slice

Benchmark with other library

  • jsoniter