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

create template <typename Iter> basic_json from_cbor(Iter begin, Iter end) #568

Closed
a-pushkin opened this issue Apr 24, 2017 · 1 comment
Closed
Labels
aspect: binary formats BSON, CBOR, MessagePack, UBJSON solution: duplicate the issue is a duplicate; refer to the linked issue instead

Comments

@a-pushkin
Copy link

It would be nice to be able to parse data form existing buffers (including std::array, C array, etc) without having to make a copy into a std::vector<uint8_t>

@nlohmann nlohmann added the aspect: binary formats BSON, CBOR, MessagePack, UBJSON label Apr 24, 2017
@nlohmann
Copy link
Owner

duplicates #478

@nlohmann nlohmann added the solution: duplicate the issue is a duplicate; refer to the linked issue instead label Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aspect: binary formats BSON, CBOR, MessagePack, UBJSON solution: duplicate the issue is a duplicate; refer to the linked issue instead
Projects
None yet
Development

No branches or pull requests

2 participants