summaryrefslogtreecommitdiffstats
path: root/tests/jsonparser/fixtures/simple.json
blob: 25578c0ca12c01e287e013e8b3792379674ef768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  {
    "job": {
      "name": "simple",
      "node": "centos",
      "builders": [
        {
          "shell": "echo This is my job"
        }
      ]
    }
  }
]