Releases: simonw/json-flatten
Releases · simonw/json-flatten
0.3.1
- Added documentation for the flattened format. #9
0.3
flatten()
function now verifies that the object passed to it is a dictionary, raises TypeError
otherwise. #5
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