blob: 097a663e3f5e24994cb51c5562f036ce27247410 (
plain)
1
2
|
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.
|