Versions in this module Expand all Collapse all v1 v1.5.0 Mar 17, 2025 v1.4.1 Mar 5, 2025 Changes in this version + func ImpliedType(buf []byte) (cty.Type, error) + func Marshal(val cty.Value, t cty.Type) ([]byte, error) + func MarshalType(t cty.Type) ([]byte, error) + func Unmarshal(buf []byte, t cty.Type) (cty.Value, error) + func UnmarshalType(buf []byte) (cty.Type, error) + type SimpleJSONValue struct + func (v *SimpleJSONValue) UnmarshalJSON(buf []byte) error + func (v SimpleJSONValue) MarshalJSON() ([]byte, error)