nytlabs / gojsonexplode

a go library to flatten nested JSON
Apache License 2.0
38 stars 13 forks source link

Handle empty lists #5

Closed eonpatapon closed 4 years ago

eonpatapon commented 6 years ago

{"foo": {"bar": []}} should be flattened to {"foo.bar": []}

durple commented 4 years ago

Merged this one instead: https://github.com/nytlabs/gojsonexplode/pull/6