📝 added documentation for binary formats

This commit is contained in:
Niels Lohmann
2018-01-31 17:23:11 +01:00
parent 57e6fddd90
commit 51c774f208
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ std::vector<uint8_t> v;
json j3 = json::from_cbor(v); // 1
const char* buff;
ize_t buff_size;
std::size_t buff_size;
json j4 = json::from_cbor(buff, buff_size); // 2
```