1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-13 03:02:49 +00:00
Files
mywebsite/node_modules/utile/test/fixtures/read-json-file/config.json
2016-01-04 12:25:28 -05:00

10 lines
119 B
JSON

{
"hello": "World",
"I am": ["the utile module"],
"thisMakesMe": {
"really": 1337,
"right?": true
}
}