Skip to content

flatten v1.0.1

Latest
Compare
Choose a tag to compare
@jeremywohl jeremywohl released this 04 Nov 06:40
· 3 commits to master since this release
929980f

Minor Changes

  • Reject FlattenString input that doesn't look like a map. See #10.

FlattenString accepts only JSON maps, but previously also accepted the bare string "null", having depended on json.Unmarshal to discriminate. It now checks for map-like things first.