Skip to content

Commit

Permalink
codec: cbor: support SkipUnexpectedTags flag and optimize descriptor …
Browse files Browse the repository at this point in the history
…validation

      leverage major descriptor (instead of checking descriptor range)
      refactor handling of int, float and time.Time
      support SkipUnexpectedTags (so we skip unexpected tags when decoding as per spec)

Fixes #300
  • Loading branch information
ugorji committed Jun 2, 2019
1 parent cf85d7f commit b7b8e1c
Showing 1 changed file with 228 additions and 129 deletions.
Loading

0 comments on commit b7b8e1c

Please sign in to comment.