File size: 486 Bytes
271613e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
    {
        "name": "Test",
        "author": {
            "name": "Redhoodsu",
            "email": "surunzi@foxmail.com",
            "contact": [
                {
                    "location": "<span>office</span>",
                    "number": 123456
                },
                {
                    "location": "A very very long long address!!!!!!!!!!!!",
                    "number": 654321
                },
                null
            ]
        }
    }
]