encoding/json: Data referenced in the loop cannot be processed correctly #25818
Labels
Comments
https://golang.org/pkg/encoding/json/
Please read https://stackoverflow.com/questions/3010357/define-cyclic-data-structures |
I know that's the reason, but I wonder if this needs to be dealt with |
The document says "Passing cyclic structures to Marshal will result in an infinite recursion". |
I see. Thank you |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: