stretchr / objx

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

fix nested array access #104

Closed geseq closed 2 years ago

geseq commented 3 years ago

Summary

closes https://github.com/stretchr/objx/issues/103

Nested array access has been fixed

Checklist

geseq commented 3 years ago

@hanzei please take a look when you can