mirror of
https://github.com/spf13/viper
synced 2025-05-11 22:57:21 +00:00
12 lines
104 B
JSON
12 lines
104 B
JSON
|
{
|
||
|
"foo": {
|
||
|
"bar": [
|
||
|
{
|
||
|
"baz": 1
|
||
|
},
|
||
|
{
|
||
|
"baz": 2
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|