Recursively flattens JSON-like structures into a list of flat dictionaries. Version 1.1.0 is available with no required Python version specified. Release cadence is low; major changes are infrequent.
pip install json-normalizeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate Normalizer and call normalize() on a dict or list of dicts.
Use `Normalizer(copy=True).normalize(data)`
Replace `from json_normalize import flatten` with `from json_normalize import Normalizer`
Set `max_level=1` or use `recurse=False` to limit recursion.
No dependency data recorded yet.