create template <typename Iter> basic_json from_cbor(Iter begin, Iter end) #568
Labels
aspect: binary formats
BSON, CBOR, MessagePack, UBJSON
solution: duplicate
the issue is a duplicate; refer to the linked issue instead
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>
The text was updated successfully, but these errors were encountered: