MCPcopy Create free account
hub / github.com/bumptop/BumpTop / toJsonString

Method toJsonString

trunk/win/Source/FacebookClient.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47{}
48
49QString FacebookStatus::toJsonString()
50{
51 Json::Value value;
52 value["time"] = (int) time.toTime_t();
53 value["message"] = stdString(message);
54 return qstring(value.toStyledString());
55}
56
57Json::Value FacebookWidgetNewsFeedItem::toJsonValue()
58{

Callers 2

onTransferCompleteMethod · 0.80
requestStatusMethod · 0.80

Calls 6

stdStringFunction · 0.85
qstringFunction · 0.85
toJsonValueMethod · 0.80
isEmptyMethod · 0.45
sizeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected