📝 added documentation for binary formats

parent 57e6fddd
...@@ -63,7 +63,7 @@ std::vector<uint8_t> v; ...@@ -63,7 +63,7 @@ std::vector<uint8_t> v;
json j3 = json::from_cbor(v); // 1 json j3 = json::from_cbor(v); // 1
const char* buff; const char* buff;
ize_t buff_size; std::size_t buff_size;
json j4 = json::from_cbor(buff, buff_size); // 2 json j4 = json::from_cbor(buff, buff_size); // 2
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment