mirror of
https://github.com/spf13/viper
synced 2025-05-10 22:27:18 +00:00
This patch provides fixes for: - https://github.com/spf13/viper/issues/730 - https://github.com/spf13/viper/issues/695 - https://github.com/spf13/viper/issues/353 - https://github.com/spf13/viper/issues/174 - https://github.com/spf13/viper/issues/378 - https://github.com/spf13/viper/issues/629
12 lines
No EOL
104 B
JSON
12 lines
No EOL
104 B
JSON
{
|
|
"foo": {
|
|
"bar": [
|
|
{
|
|
"baz": 1
|
|
},
|
|
{
|
|
"baz": 2
|
|
}
|
|
]
|
|
}
|
|
} |