This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients Adrián Orive, Levi Cameron, bob.ippolito, ezio.melotti, methane, oberstet, rhettinger, serhiy.storchaka
Date 2022-02-17.02:41:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645065699.0.0.905664530959.issue29992@roundup.psfhosted.org>
In-reply-to
Content
> Generally speaking, parsing some things as decimal or datetime are schema dependent.

Totally agree with this.

> In order to provide maximal flexibility it would be much nicer to have a streaming interface available (like SAX for XML parsing), but that is not what this is.

I think it is too difficult and complicated.
I think post-processing approach (e.g. dataclass_json, pydantic) is enough.
History
Date User Action Args
2022-02-17 02:41:39methanesetrecipients: + methane, rhettinger, bob.ippolito, ezio.melotti, oberstet, serhiy.storchaka, Levi Cameron, Adrián Orive
2022-02-17 02:41:39methanesetmessageid: <1645065699.0.0.905664530959.issue29992@roundup.psfhosted.org>
2022-02-17 02:41:38methanelinkissue29992 messages
2022-02-17 02:41:38methanecreate