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
It seems like Value has the default recursive Drop implementation, and if it gets too deep then Drop hits the end of the stack.
I recently had to write a wrapper type that took apart a serde_json::Value to avoid it recursing. Seems like this could be something serde_json might do on its own.