uses document border, easier to grab
This commit is contained in:
parent
38e8c87118
commit
2df9419ce2
6 changed files with 72 additions and 51 deletions
|
|
@ -122,12 +122,12 @@ void Conversation::MessageReceived(BMessage *message) {
|
|||
|
||||
try {
|
||||
|
||||
// printf("full Reply as text:%s",body.text.value().String());
|
||||
printf("full Reply as text:%s",body.text.value().String());
|
||||
json parsed = json::parse(body.text.value().String());
|
||||
printf("Parsed..\n");
|
||||
|
||||
std::string objType = parsed["object"];
|
||||
printf("Reply of type object :%s\n", objType.c_str());
|
||||
// printf("Reply of type object :%s\n", objType.c_str());
|
||||
|
||||
if (objType == "list") {
|
||||
// printf("full Reply as text:%s",body.text.value().String());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue