github.com/hashicorp/hcl/v2@v2.20.0/cmd/hcldec/examples/sh-config-file/example.conf (about)

     1  name = "Juan"
     2  friend {
     3    name = "John"
     4  }
     5  friend {
     6    name = "Yann"
     7  }
     8  friend {
     9    name = "Ermintrude"
    10  }