doc/commands: introduce commands results to json translation
[nit.git] / src / doc / commands / tests / test_commands_json.sav / test_cmd_descendants.res
1 {
2         "results": [{
3                 "name": "Alcoholic",
4                 "class_name": "MClass",
5                 "full_name": "test_prog::Alcoholic",
6                 "mdoc": {
7                         "content": "Alcoholics are good to nothing escept taking punches.",
8                         "location": {
9                                 "column_end": 0,
10                                 "column_start": 1,
11                                 "line_end": 61,
12                                 "line_start": 60,
13                                 "file": "test_location"
14                         }
15                 },
16                 "visibility": "public",
17                 "modifiers": ["class"],
18                 "location": {
19                         "column_end": 3,
20                         "column_start": 1,
21                         "line_end": 69,
22                         "line_start": 60,
23                         "file": "test_location"
24                 },
25                 "mparameters": []
26         }, {
27                 "name": "Magician",
28                 "class_name": "MClass",
29                 "full_name": "test_prog::Magician",
30                 "mdoc": {
31                         "content": "Magicians know magic and how to use it.",
32                         "location": {
33                                 "column_end": 0,
34                                 "column_start": 1,
35                                 "line_end": 50,
36                                 "line_start": 49,
37                                 "file": "test_location"
38                         }
39                 },
40                 "visibility": "public",
41                 "modifiers": ["class"],
42                 "location": {
43                         "column_end": 3,
44                         "column_start": 1,
45                         "line_end": 58,
46                         "line_start": 49,
47                         "file": "test_location"
48                 },
49                 "mparameters": []
50         }, {
51                 "name": "Warrior",
52                 "class_name": "MClass",
53                 "full_name": "test_prog::Warrior",
54                 "mdoc": {
55                         "content": "Warriors are good for fighting.",
56                         "location": {
57                                 "column_end": 0,
58                                 "column_start": 1,
59                                 "line_end": 39,
60                                 "line_start": 38,
61                                 "file": "test_location"
62                         }
63                 },
64                 "visibility": "public",
65                 "modifiers": ["class"],
66                 "location": {
67                         "column_end": 3,
68                         "column_start": 1,
69                         "line_end": 47,
70                         "line_start": 38,
71                         "file": "test_location"
72                 },
73                 "mparameters": []
74         }],
75         "page": null,
76         "count": null,
77         "limit": null,
78         "max": null
79 }