6c4344623b
The main HCL package is more visible this way, and so it's easier than having to pick it out from dozens of other package directories.
9 lines
381 B
Go
9 lines
381 B
Go
// 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
|
|
// JSON data inside.
|
|
//
|
|
// This is not a generic JSON parser. Instead, it deals with the mapping from
|
|
// the JSON information model to the HCL information model, using a number
|
|
// of hard-coded structural conventions.
|
|
package json
|