# Packages
Package convert contains some routines for converting between cty types.
Package function builds on the functionality of cty by modeling functions that operate on cty Values.
Package gocty deals with converting between cty Values and native go values.
Package json provides functions for serializing cty types and values in JSON format, and for decoding them again.
Package msgpack provides functions for serializing cty values in the msgpack encoding, and decoding them again.
No description provided by the author