Parse empty array

This commit is contained in:
Benoit Blanchon
2014-10-14 17:16:21 +02:00
parent c7dcf864cc
commit f468db6757
4 changed files with 24 additions and 1 deletions

View File

@ -27,6 +27,8 @@ public:
JsonValue createValue();
JsonArray parseArray(char const *string);
protected:
virtual void* allocateNode() = 0;