Skip to content

Releases: bhataprameya/gojsonflatten

v1.1.0

14 Feb 00:29
84f438d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

17 Sep 13:02
Compare
Choose a tag to compare

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.