aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/hcl2/hcl/json/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/hcl2/hcl/json/doc.go')
-rw-r--r--vendor/github.com/hashicorp/hcl2/hcl/json/doc.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/hashicorp/hcl2/hcl/json/doc.go b/vendor/github.com/hashicorp/hcl2/hcl/json/doc.go
new file mode 100644
index 0000000..4943f9b
--- /dev/null
+++ b/vendor/github.com/hashicorp/hcl2/hcl/json/doc.go
@@ -0,0 +1,8 @@
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.
8package json