doc/commands: introduce commands results to json translation
[nit.git] / src / doc / commands / tests / test_commands_json.sav / test_cmd_ancestors.res
1 {
2         "results": [{
3                 "name": "Object",
4                 "class_name": "MClass",
5                 "full_name": "test_prog::Object",
6                 "mdoc": {
7                         "content": "Root of everything.",
8                         "location": {
9                                 "column_end": 0,
10                                 "column_start": 1,
11                                 "line_end": 21,
12                                 "line_start": 20,
13                                 "file": "test_location"
14                         }
15                 },
16                 "visibility": "public",
17                 "modifiers": ["interface"],
18                 "location": {
19                         "column_end": 3,
20                         "column_start": 1,
21                         "line_end": 30,
22                         "line_start": 20,
23                         "file": "test_location"
24                 },
25                 "mparameters": []
26         }],
27         "page": null,
28         "count": null,
29         "limit": null,
30         "max": null
31 }