HaikuDepot : additional debugging for json-rpc invocations

This commit is contained in:
Andrew Lindesay
2018-03-25 05:44:19 +00:00
committed by Adrien Destugues
parent 823466613f
commit b45e8b1ef9
4 changed files with 64 additions and 22 deletions
+2
View File
@@ -21,6 +21,8 @@ class BJson {
public:
static status_t Parse(const char* JSON, BMessage& message);
static status_t Parse(const char* JSON, size_t length,
BMessage& message);
static status_t Parse(const BString& JSON, BMessage& message);
static void Parse(BDataIO* data,
BJsonEventListener* listener);