stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
691 stars 75 forks source link

Updated Map accessors #93

Closed geseq closed 5 years ago

geseq commented 5 years ago

Summary

fixes #89 Maps can now be accessed both as a.b or a[b]

Checklist