summaryrefslogtreecommitdiff
path: root/tests/auto/core/qivisimulationengine/invalid-data.json
blob: a39ad5e4d1afadb4a45c7536fdfcd5eaf2402425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "AddressBook": {
    "contacts": {
      "default": [
        {
          "type": "Contact",
          "value": [
            "John",
            "Doe",
            "12345"
          ]
        },
        {
          "type": "Contact",
          "value": [
            "Jane",
            "Doe",
            "67890"
          ]
        }