]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/hcl2/hcl/json/doc.go
update vendor and go.mod
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / hcl2 / hcl / json / doc.go
1 // Package json is the JSON parser for HCL. It parses JSON files and returns
2 // implementations of the core HCL structural interfaces in terms of the
3 // JSON data inside.
4 //
5 // This is not a generic JSON parser. Instead, it deals with the mapping from
6 // the JSON information model to the HCL information model, using a number
7 // of hard-coded structural conventions.
8 package json