github.com/aavshr/aws-sdk-go@v1.41.3/internal/ini/testdata/valid/sections_profile_expected (about)

     1  {
     2  	"default": {
     3  		"region": "foo-region",
     4  		"output": "json"
     5  	},
     6  	"foo": {
     7  		"bar": "baz"
     8  	},
     9  	"bar": {
    10  		"baz": "qux"
    11  	}
    12  }