Versions in this module Expand all Collapse all v0 v0.0.1 Aug 3, 2022 Changes in this version + func NestedField(obj map[string]interface{}, fields ...string) (interface{}, bool, error) + func NestedFieldAsInt(obj map[string]interface{}, fields ...string) (intVal int, ok bool, err error) + func NestedFieldAsString(obj map[string]interface{}, fields ...string) (strVal string, ok bool, err error) + func SetNestedField(obj map[string]interface{}, target interface{}, fields ...string) (err error)