aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/org/onap/pnfsimulator/simulator/filesystem/test1.json
blob: 89e4a7694d60785c6f6e56c7cd858e8e2f60104a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "field1": "value1",
  "field2": 2,
  "nested": {
    "key1": [
      1,
      2,
      3
    ],
    "key2": "sampleValue2"
  }
}