var b = {
}
var a = {
b: b
}
b.a = a
JSON.stringify(b) // bstringifyb
< H1 > ask everyone for advice! < / H1 >
question add:
is a colleague"s question, he encountered in node development problems:
to print some built-in objects of a library, but the expansion is too large, and then use stringify, and then report these errors. What is needed is a solution to this scenario.