aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_floats.json
blob: aab3243e15d8081230c46e339920a3a2bf5d428b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "template_with_floats.json",
  "template": {
    "parent": {
      "child1": 6.4,
      "child2": 1.2,
      "child3": {
        "child5": 4.4,
        "child2": "1"
      }
    }
  }
}