Add indent: bool
argument to .json_encode()
#21105
Labels
enhancement
New feature or an improvement of an existing feature
indent: bool
argument to .json_encode()
#21105
Description
It would be awesome to be able to output nicely-formatted json (i.e., indented) with
json_encode
. Currently, to do this, you have to usemap_elements
, which is painfully slow even withorjson
.The text was updated successfully, but these errors were encountered: