mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
2 lines
206 B
ReStructuredText
2 lines
206 B
ReStructuredText
Improve performance of :func:`json.dumps` and :func:`json.dump` when using the argument *indent*. Depending on the data the encoding using
|
|
:func:`json.dumps` with *indent* can be up to 2 to 3 times faster.
|