Json::Value data; Json::Reader reader; if (!reader.parse("111", data, false)) { printf("Parse failed!!!\n"); return 0; }