1{
2    "_meta": {
3        "hostvars": {
4            "alice": {
5                "status": "single"
6            },
7            "bobby": {
8                "in_trouble": true,
9                "popular": false
10            },
11            "cindy": {
12                "in_trouble": true,
13                "popular": true
14            },
15            "greg": {
16                "in_trouble": true,
17                "popular": true
18            },
19            "jan": {
20                "in_trouble": true,
21                "popular": false
22            },
23            "marcia": {
24                "in_trouble": true,
25                "popular": true
26            },
27            "peter": {
28                "in_trouble": true,
29                "popular": false
30            }
31        }
32    },
33    "all": {
34        "children": [
35            "cousins",
36            "kids",
37            "the-maid",
38            "ungrouped"
39        ]
40    },
41    "cousins": {
42        "children": [
43            "redheads"
44        ]
45    },
46    "kids": {
47        "hosts": [
48            "bobby",
49            "cindy",
50            "greg",
51            "jan",
52            "marcia",
53            "peter"
54        ]
55    },
56    "the-maid": {
57        "hosts": [
58            "alice"
59        ]
60    }
61}
62