greglook / clj-cbor

Native Clojure CBOR codec implementation.
The Unlicense
70 stars 7 forks source link

Strict mode #1

Closed greglook closed 7 years ago

greglook commented 7 years ago

The CBORCodec should support a strict mode per the RFC, which rejects inputs it doesn't know how to parse. This would impact simple and tagged values which don't have an explicit mapping or read handler.

greglook commented 7 years ago

Done in 751aac679a0442480c5d7352ea81d3e75d32f35c.