Versions in this module Expand all Collapse all v1 v1.0.2 Jul 9, 2022 v1.0.1 Jul 9, 2022 v1.0.0 Jul 2, 2022 Changes in this version + var ErrInvalidJSONNestedStructure = errors.New("invalid json nested structure") + var ErrInvalidJSONType = errors.New("invalid json type") + type Source struct + func New() *Source + func (s Source) Convert(str string) (*convert.Struct, error)