Skip to content

Releases: simonw/json-flatten

0.3.1

Choose a tag to compare

@simonw simonw released this 07 Sep 04:14
  • Added documentation for the flattened format. #9

0.3

0.3

Choose a tag to compare

@simonw simonw released this 29 Oct 00:38
dee6061
  • flatten() function now verifies that the object passed to it is a dictionary, raises TypeError otherwise. #5

0.2

0.2

Choose a tag to compare

@simonw simonw released this 14 Sep 20:27
  • 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