cbor-cpp
cbor-cpp copied to clipboard
decode to CborObject instead of using listener
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.