aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/utile/test/fixtures/read-json-file/config.json
blob: e12a106888fd34fc3e74fe15c37bcb7988df1846 (plain)
1
2
3
4
5
6
7
8
9
{
  "hello": "World",
  "I am": ["the utile module"],
  "thisMakesMe": {
    "really": 1337,
    "right?": true
  }
}