package
1.5.0
Repository: https://github.com/hashicorp/go-cty.git
Documentation: pkg.go.dev

# Functions

ImpliedType returns the cty Type implied by the structure of the given JSON-compliant buffer.
Marshal produces a JSON representation of the given value that can later be decoded into a value of the given type.
MarshalType returns a JSON serialization of the given type.
Unmarshal decodes a JSON representation of the given value into a cty Value conforming to the given type.
UnmarshalType decodes a JSON serialization of the given type as produced by either Type.MarshalJSON or MarshalType.

# Structs

SimpleJSONValue is a wrapper around cty.Value that adds implementations of json.Marshaler and json.Unmarshaler for simple-but-type-lossy automatic encoding and decoding of values.