Index: dm/DMJsonWriter.cpp |
diff --git a/dm/DMJsonWriter.cpp b/dm/DMJsonWriter.cpp |
index 71290a33fb7b4c447c5c33741b22e46bb5f4301f..8aea814aed8063341587cfeea84093579070af66 100644 |
--- a/dm/DMJsonWriter.cpp |
+++ b/dm/DMJsonWriter.cpp |
@@ -52,8 +52,8 @@ void JsonWriter::DumpJson() { |
Json::Value result; |
result["key"]["name"] = gBitmapResults[i].name.c_str(); |
result["key"]["config"] = gBitmapResults[i].config.c_str(); |
- result["key"]["mode"] = gBitmapResults[i].mode.c_str(); |
result["key"]["source_type"] = gBitmapResults[i].sourceType.c_str(); |
+ result["ext"] = gBitmapResults[i].ext.c_str(); |
result["md5"] = gBitmapResults[i].md5.c_str(); |
root["results"].append(result); |