Fix typos
This commit is contained in:
parent
61f0376366
commit
7da56cf292
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ json j2 = {
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that in all theses cases, you never need to "tell" the compiler which JSON value you want to use. If you want to be explicit or express some edge cases, the functions `json::array` and `json::object` will help:
|
Note that in all these cases, you never need to "tell" the compiler which JSON value you want to use. If you want to be explicit or express some edge cases, the functions `json::array` and `json::object` will help:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
// ways to express the empty array []
|
// ways to express the empty array []
|
||||||
|
|
Loading…
Reference in a new issue