mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
10 lines
108 B
JSON
10 lines
108 B
JSON
{
|
|
"name" : "hello",
|
|
"meta" : {
|
|
"creator" : "John Doe"
|
|
},
|
|
"array": [
|
|
"zero",
|
|
"one"
|
|
]
|
|
}
|