nitcc: avoid conflict in ignored for test/empty
[nit.git] / contrib / nitcc / tests / json.input1
1 {"albums": [
2     {
3         "id": "1",
4         "title": "Hide your heart",
5         "artist": "Bonnie Tyler",
6         "instock": false,
7         "price": 9.9,
8         "year": 1988
9     },
10     {
11         "id": "2",
12         "title": "Greatest Hits",
13         "artist": "Dolly Parton",
14         "instock": true,
15         "price": 9.9,
16         "year": 1982
17     },
18     {
19         "id": "3",
20         "title": "Still got the blues",
21         "artist": "Gary Moore",
22         "instock": true,
23         "price": 10.2,
24         "year": 1990
25     },
26     {
27         "id": "4",
28         "title": "Eros",
29         "artist": "Eros Ramazzotti",
30         "instock": true,
31         "price": 9.9,
32         "year": 1997
33     },
34     {
35         "id": "5",
36         "title": "One night only",
37         "artist": "Bee Gees",
38         "instock": false,
39         "price": 10.9,
40         "year": 1998
41     }
42 ]}