Parse invalid array

This commit is contained in:
Benoit Blanchon
2014-10-14 17:28:57 +02:00
parent f468db6757
commit 081b345e7c
5 changed files with 51 additions and 20 deletions

View File

@ -25,5 +25,10 @@ public:
JsonArray createNestedArray();
JsonObject createNestedObject();
bool success()
{
return _node && _node->isArray();
}
};