Skip to content

Releases: simonw/json-flatten

0.3.1

07 Sep 04:14

Choose a tag to compare

  • Added documentation for the flattened format. #9

0.3

29 Oct 00:38
dee6061

Choose a tag to compare

0.3
  • flatten() function now verifies that the object passed to it is a dictionary, raises TypeError otherwise. #5

0.2

14 Sep 20:27

Choose a tag to compare

0.2
  • Changed serialization format used for array keys, so now a dictionary with keys that are strings containing only digits are handled correctly. #1
  • Fixed bug where empty lists were not round-tripped correctly. #3