summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/netconfnode-state-service/provider/src/main/resources/example.json
blob: e37eb8d6fb22b9c252823b0cc0acaca813c8ae9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "config:configuration": {
    "config1": "test",
    "config2": true,
    "entry": [
      {
        "setting": "set1",
        "value": 1
      },
      {
        "setting": "set1",
        "value": 2
      }
    ]
  }
}