jefferai / jsonx

Object or JSON -> JSONx. Because sometimes your luck runs out.
Mozilla Public License 2.0
1 stars 1 forks source link

Jeffail/gabs changed function methods #1

Closed andysnowden closed 5 years ago

andysnowden commented 5 years ago

The gabs library changed the function return for Children() and ChildrenMap() as of version 2.0.0

# github.com/EquityZen/go/vendor/github.com/jefferai/jsonx ../../vendor/github.com/jefferai/jsonx/jsonx.go:88:22: assignment mismatch: 2 variables but 1 values ../../vendor/github.com/jefferai/jsonx/jsonx.go:115:22: assignment mismatch: 2 variables but 1 values

jefferai commented 5 years ago

Fixed in v1.0.1, thanks for the report.