# Functions
Bool evaluates the typed value of the value and coerces to a pointer of a boolean.
Difference accesses the value held by key and type asserts it to a set.
Float64 evaluates the typed value of the value and coerces to a pointer of a float64.
Int evaluates the typed value of the value and coerces to a pointer of an int.
Map evaluates the typed value of the value and coerces to a map[string]interface{}.
MapFromJSON evaluates the typed value of the value and coerces to a map[string]interface{}.
MapOfStrings evaluates the typed value of the value and coerces to a pointer of a map of strings.
String evaluates the typed value of the value and coerces to a pointer of a string.
Strings evaluates the typed value of the value and coerces to a pointer of a slice of strings.