# Packages
Package null implements nullable sql fields that are safely marshalable from/to json and text.
# Functions
CreateJSONStringArrayFilter returns the sql query and search value to find rots where the JSONStringArray matches the supplied values.
CreateJSONSTringArrayIndex returns a create index statement for the JSONStringArray field on the specified table with the given name.
# Type aliases
JSONMap describes a universal JSON structure with dynamic types for its fields.
JSONStringArray is a []string that is compatible with the sql driver.
JSONStringMap is a map[string]string that is compatible with the sql driver for JSON and JSONB fields.