master
Raw Download raw file
 1[
 2    {
 3        "domain": "topcoder.com",
 4        "users": [
 5        {
 6                "username": "takumi",
 7                "password": "ilovego"
 8            },
 9            {
10                "username": "teru",
11                "password": "ilovejava"
12            },
13            {
14                "username": "toshi",
15                "password": "iloveapex"
16            }
17        ]
18    },
19    {
20        "domain": "appirio.com",
21        "users": [
22            {
23                "username": "jun",
24                "password": "ilovetopcoder"
25            },
26            {
27                "username": "narinder",
28                "password": "ilovesamurai"
29            },
30            {
31                "username": "chris",
32                "password": "ilovesushi"
33            }
34        ]
35    }
36]