2017-09-11 23:56:31 +00:00
|
|
|
// Package json is the JSON parser for HCL. It parses JSON files and returns
|
|
|
|
// implementations of the core HCL structural interfaces in terms of the
|
2017-05-15 14:02:13 +00:00
|
|
|
// JSON data inside.
|
|
|
|
//
|
|
|
|
// This is not a generic JSON parser. Instead, it deals with the mapping from
|
2017-09-11 23:56:31 +00:00
|
|
|
// the JSON information model to the HCL information model, using a number
|
2017-05-15 14:02:13 +00:00
|
|
|
// of hard-coded structural conventions.
|
|
|
|
package json
|