json
json copied to clipboard
CBOR examples
We could take Peter's CBOR code from the review and make it an example
https://github.com/pdimov/boost_json_review
That code uses Boost.Endian. If we're going to test it, we'll have to add dependency on Endian in CMake. Is this acceptable? Endian won't add any more transitive dependencies, and module level for JSON will stay at 8.
Yes its ok