1{
2  "filterKeys": [
3    "moduleName",
4    "funcName",
5    "type",
6    "isRoot",
7    "apKind",
8    "apAbcId",
9    "apId",
10    "offset"
11  ],
12  "summaryTreeLevel": [
13    "ModuleName",
14    "->FunctionName",
15    "->Offset",
16    "->Type"
17  ],
18  "apTableTr": [
19    {
20      "is_root_column_td": "isRoot"
21    },
22    {
23      "kind_column_td": "apKind"
24    },
25    {
26      "abc_column_td": "apAbcId"
27    },
28    {
29      "typeid_column_td": "apId"
30    }
31  ]
32}
33