Poco::JSON::PrintHandler not working for nested arrays #782

This commit is contained in:
albert.j.cross@gmail.com
2015-04-20 23:13:49 +02:00
parent 1b70142f63
commit fffb6bc7a0
3 changed files with 41 additions and 28 deletions

View File

@@ -115,7 +115,6 @@ private:
unsigned _indent;
std::string _tab;
int _array;
bool _value;
bool _objStart;
};