Skip to content

Releases: rodkranz/nested

v1.2.0: Merge pull request #5 from rodkranz/develop

13 Feb 15:19
9134f5e

Choose a tag to compare

  • Added method NewFromJSON. Use string in JSON format to create a map.

v1.1.0

13 Feb 14:55
9f816a6

Choose a tag to compare

Added method NewFromInterface. try to cast from interface to map[string]interface{}

First Tag

07 Aug 18:44

Choose a tag to compare

First release 1.0

  • New - method cast map[string]interface to Map
  • Interface - retrieve any data from map looking for the position as interface or map[string]interface type
  • String - retrieve string from map looking for the position as string type
  • Int - retrieve int from map looking for the position as int type
  • Time - retrieve time from map looking for the position as time.Time type