Python library for denormalizing nested dicts or JSON objects to tabular form (CSV, TSV, Excel) and back. Current version 0.2.0, with a new poetry-based build and improved error handling. Maintained by the OBO Foundry community. Releases are occasional.
pip install json-flattenerVerified import paths — ran on the pinned version, not inferred.
Flatten a nested dictionary to a flat dictionary with dot-separated keys.
Use flatten(nested, sep='.') for dot notation.
Post-process keys or use a different flattening library if you need custom list handling.
No dependency data recorded yet.