Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + func IsJsonArray(b []byte) bool + type JSONMap map[string]interface + func (m *JSONMap) Scan(value interface{}) error + func (m JSONMap) Value() (driver.Value, error) + type NullMap struct + Map map[string]interface{} + Valid bool + func (nm *NullMap) Scan(value interface{}) error + func (nm NullMap) Value() (driver.Value, error)