json2hcl

Convert between JSON and HCL (HashiCorp Configuration Language)

brewmacoslinux
Try with needOr install directly
Source

About

Convert JSON to HCL, and vice versa

Commands

json2hcl

Examples

Convert JSON file to HCL format$ json2hcl -reverse=false < input.json > output.hcl
Convert HCL file to JSON format$ json2hcl -reverse=true < input.hcl > output.json
Pretty-print JSON as HCL to stdout$ cat config.json | json2hcl