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

Implement indefinite-length types from RFC 7049 #387

Closed
nlohmann opened this issue Dec 8, 2016 · 1 comment
Closed

Implement indefinite-length types from RFC 7049 #387

nlohmann opened this issue Dec 8, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@nlohmann
Copy link
Owner

nlohmann commented Dec 8, 2016

CBOR allows to encode arrays, strings, and maps of an indefinite length which are terminated by an FF byte. Though we may not generate such types, parsing support would be nice.

@nlohmann
Copy link
Owner Author

Done. Will be part of #358.

@nlohmann nlohmann added the aspect: binary formats BSON, CBOR, MessagePack, UBJSON label Mar 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant