JSON cannot represent cyclic data structures and Marshal does not handle them. Passing cyclic structures to Marshal will result in an infinite recursion.
The document says "Passing cyclic structures to Marshal will result in an infinite recursion".
And the behavior is correct according to the document.
So there isn't any bug here.
I think this should be a problem, but I don't know how to solve it
The text was updated successfully, but these errors were encountered: