mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 00:53:23 +08:00
The ujson module apparently will accept both bytes and text format input, however, it does always output a str (both on Python 2 and Python 3). Some discussion in: https://github.com/python/typeshed/pull/460