+ updated README

pull/5/head
Niels 2014-12-28 11:06:01 +01:00
parent db804169c7
commit 30ac86a0fe
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ j[1] = 42;
// other stuff
j.size(); // 3
j.empty(); // false
j.type(); // JSON::array
j.type(); // JSON::valeu_type::array
// create an object
JSON o;