On Thu, Jul 22, 2021 at 1:28 AM Sven Voigt <[email protected]> wrote: > > I could say the same thing about JSON dumps then and most itertools > functions. The proposed functionality is in line with existing functionality > and extends it to the case of nested data structures. >
JSON itself is standardized, heavily used, and well supported in many languages. What you're saying here about pointers is far less widely used, and the act of flattening a nested dictionary doesn't seem to be a well known one. Can you point to other languages or libraries that have this feature as a built-in or standard library function? ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/GCS2QUFLDV363B3PMQPMHPGCKEXW3BLT/ Code of Conduct: http://python.org/psf/codeofconduct/
