github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/builtins/types/hcl/README.md (about)

     1  # Builtins: HCL
     2  
     3  This provides support for HCL data format: https://github.com/hashicorp/hcl
     4  
     5  It is an optional builtin and has an additional dependency:
     6  
     7      go get -u github.com/hashicorp/hcl
     8  
     9  Because the above library doesn't support marshalling and because JSON
    10  is fully compatible with HCL, Murex will default to marshalling HCL
    11  data types as JSON.