yhook: allow multiple json objects

Origin commit data
------------------
Commit: e89d0433ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-23 (Tue, 23 Feb 2016)

Origin message was:
------------------
- yhook: allow multiple json objects
This commit is contained in:
vanhofen
2016-02-23 14:24:19 +01:00
parent 4089d66866
commit 065dd50ce7
2 changed files with 4 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ public:
std::string outPair(std::string _key, std::string _content, bool _next);
std::string outArray(std::string _key, std::string _content);
std::string outArrayItem(std::string _key, std::string _content, bool _next);
std::string outCollection(std::string _key,std::string _content);
std::string outCollection(std::string _key,std::string _content, bool _next = false);
std::string outValue(std::string _content);
std::string outNext();
friend class CyParser;