json2hcl icon indicating copy to clipboard operation
json2hcl copied to clipboard

Convert JSON to HCL, and vice versa. We don't use json2hcl anymore ourselves, so we can't invest time into it. However, we're still welcoming PRs.

Results 12 json2hcl issues
Sort by recently updated
recently updated
newest added

Firstly, thank you for this useful project. But it would be great if we could use this project as a library on our own Golang projects.

According to README, the conversion of ```$ json2hcl < fixtures/infra.tf.json "output" "arn" { "value" = "${aws_dynamodb_table.basic-dynamodb-table.arn}" } ``` will return ```$ json2hcl -reverse < fixtures/infra.tf { "output": [ { "arn":...