Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for CBOR Diagnostic Notation #326

Open
lrosenthol opened this issue Jun 16, 2021 · 1 comment
Open

Add support for CBOR Diagnostic Notation #326

lrosenthol opened this issue Jun 16, 2021 · 1 comment

Comments

@lrosenthol
Copy link

CBOR Diagnostic Notation is a text-based syntax for working with CBOR, as described in Section 8 of the standard - https://www.rfc-editor.org/rfc/rfc8949.html#name-diagnostic-notation

It would be great to have methods for converting from CBOR binary data to CBOR Diagnostic notation, and from diagnostic notation back to CBOR.

What other libraries (C++ or other) have this feature?

None. The only ones I can find are in Ruby and Rust.

@danielaparker
Copy link
Owner

Thanks for the suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants