aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-core-lib/openecomp-utilities-lib/src/test/resources/jsonUtil/json/a_invalid.json
blob: 8a02522ea9a3cf025dea90bd354a341cf0b1c1cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "address": {
    "streetAddress": "21 2nd Street",
    "city": "Paris"
  },
  "phoneNumber": [
    {
      "location": "home",
      "code": "test"
    }
  ],
  "cityOfBirth": "Paris"
}