[issue29992] Expose parse_string in JSONDecoder

2018-01-10 Thread Adrián Orive
Adrián Orive added the comment: Third file -- Added file: https://bugs.python.org/file47376/__init__.py ___ Python tracker <https://bugs.python.org/issue29

[issue29992] Expose parse_string in JSONDecoder

2018-01-10 Thread Adrián Orive
Adrián Orive added the comment: Second file -- Added file: https://bugs.python.org/file47375/decoder.py ___ Python tracker <https://bugs.python.org/issue29

[issue29992] Expose parse_string in JSONDecoder

2018-01-10 Thread Adrián Orive
Adrián Orive added the comment: I found the same problem. My case seems to be less exotic, as what I'm trying to do is parse some of these strings into decimal.Decimal or datetime.datetime formats. Returning a decimal as a string is becoming quite common in REST APIs to ensure there