cbor-cpp icon indicating copy to clipboard operation
cbor-cpp copied to clipboard

decode to CborObject instead of using listener

Open zoowii opened this issue 6 years ago • 0 comments

It's too hard to use listener(visitor pattern) to process cbor decode result. So i change the run method to return a CborObject instead of emit event to listener. Anything wrong will cause a CborException.

zoowii avatar Oct 18 '18 07:10 zoowii