Kijewski / pyjson5

A JSON5 serializer and parser library for Python 3 written in Cython.
https://pyjson5.readthedocs.io
Apache License 2.0
143 stars 8 forks source link

Update _legacy.pyx to fix return type of load() #88

Closed Q-ten closed 9 months ago

Q-ten commented 9 months ago

load() returns an object not a str. Changed return type in documentation of load() from str to object. Useful for IDE type checks.

Kijewski commented 9 months ago

Thank you!

Kijewski commented 9 months ago

Released in v1.6.6.