You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the current implementation of prettyprint is almost doing the same, the intend would not really be printing but using it with other Python libraries like deepdiff.
After short code reading, solution (workaround) might be to set the attribute currdepth to a non-zero value. Unclear, if this workaround is official - as this attribute is not really defined in the official API description.
Would be good to have a new method to natively create Python JSON values (dict):
Example:
While the current implementation of
prettyprint
is almost doing the same, the intend would not really be printing but using it with other Python libraries likedeepdiff
.Example:
In consequence the output of deepdiff would be very much more streamlined.
The text was updated successfully, but these errors were encountered: