ee147d9ee6
This is essentially a CLI wrapper around the hcldec package, accepting a decoding specification via a HCL-based language and using it to translate input HCL files into JSON values while performing basic structural and type validation of the input files.
11 lines
101 B
Plaintext
11 lines
101 B
Plaintext
name = "Juan"
|
|
friend {
|
|
name = "John"
|
|
}
|
|
friend {
|
|
name = "Yann"
|
|
}
|
|
friend {
|
|
name = "Ermintrude"
|
|
}
|