inspec/test/fixtures/files/node.json

11 lines
108 B
JSON
Raw Normal View History

{
"name" : "hello",
"meta" : {
"creator" : "John Doe"
},
"array": [
"zero",
"one"
]
}