# Functions

GetFieldNames returns the field names of a struct as []string.
GetFieldNamesFromValue returns the field names of a struct as []string.
GetKeys returns the keys for a map as an []interface{}.
GetKeysFromValue returns the keys for a map as an []interface{}.
GetUnknownFieldNamesFromValue returns the unknown field names for a struct as a []string{} given a set of known field names.
GetUnknownKeys returns the unknown keys for a map as an []interface{} given a set of known keys.
GetUnknownKeysFromValue returns the unknown keys for a map as an []interface{} given a set of known keys.