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

@ -38,4 +38,5 @@ protected:
private:
JsonNode _buffer[CAPACITY];
int _size;
};
};