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
I noticed this too, i looked into the code and it seems it actually just calls the .pretty() method on the JsonValue object, so instad of using stringify_pretty you can use .pretty()
I see no reason why they cannot take an immutable reference to a
JsonValue
.This would probably save a lot of
clone
ing.The text was updated successfully, but these errors were encountered: