doc/commands: introduce commands results to json translation
[nit.git] / src / doc / commands / tests / test_commands_json.sav / test_cmd_entity.res
1 {
2         "name": "Character",
3         "class_name": "MClass",
4         "full_name": "test_prog::Character",
5         "mdoc": {
6                 "content": "Characters can be played by both the human or the machine.",
7                 "location": {
8                         "column_end": 0,
9                         "column_start": 1,
10                         "line_end": 22,
11                         "line_start": 21,
12                         "file": "test_location"
13                 }
14         },
15         "visibility": "public",
16         "modifiers": ["class"],
17         "location": {
18                 "column_end": 3,
19                 "column_start": 1,
20                 "line_end": 68,
21                 "line_start": 21,
22                 "file": "test_location"
23         },
24         "mparameters": []
25 }