1[
2    {
3        "type": "interface",
4        "name": "Dahut",
5        "partial": false,
6        "members": [
7            {
8                "type": "attribute",
9                "static": false,
10                "stringifier": false,
11                "inherit": false,
12                "readonly": false,
13                "idlType": {
14                    "sequence": false,
15                    "generic": null,
16                    "nullable": false,
17                    "array": false,
18                    "union": false,
19                    "idlType": "DOMString"
20                },
21                "name": "type",
22                "extAttrs": []
23            }
24        ],
25        "inheritance": null,
26        "extAttrs": []
27    },
28    {
29        "type": "exception",
30        "name": "SomeException",
31        "members": [],
32        "inheritance": null,
33        "extAttrs": []
34    }
35]