📝 update documentation

This commit is contained in:
Niels Lohmann 2020-05-22 18:21:37 +02:00
parent 88292d9499
commit c92a696852
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
152 changed files with 152 additions and 154 deletions

View file

@ -6,7 +6,7 @@ using json = nlohmann::json;
int main()
{
// create a binary value
json value = json::binary_array({1, 2, 3});
json value = json::binary({1, 2, 3});
// create a binary_t
json::binary_t binary = {{4, 5, 6}};