Releases: bhataprameya/gojsonflatten
Releases · bhataprameya/gojsonflatten
v1.1.0
What's Changed
- function to flatten only map and not arrays by @bhataprameya in #1
New Contributors
- @bhataprameya made their first contribution in #1
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Features
- Flatten nested JSON structures into one-dimensional maps.
- Specify the flattening depth or flatten any depth.
- Support various key styles: dotted, path-like, Rails, or underscores.
- Define custom key styles to suit your needs.
- Works with both JSON strings and Go structures.