+ updated README
This commit is contained in:
parent
db804169c7
commit
30ac86a0fe
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ j[1] = 42;
|
||||||
// other stuff
|
// other stuff
|
||||||
j.size(); // 3
|
j.size(); // 3
|
||||||
j.empty(); // false
|
j.empty(); // false
|
||||||
j.type(); // JSON::array
|
j.type(); // JSON::valeu_type::array
|
||||||
|
|
||||||
// create an object
|
// create an object
|
||||||
JSON o;
|
JSON o;
|
||||||
|
|
Loading…
Reference in a new issue