json-viewer icon indicating copy to clipboard operation
json-viewer copied to clipboard

object reference count

Open himself65 opened this issue 3 years ago • 0 comments

we print ref *x and [Circular *x]

➜  node -v
v16.17.0
➜  node
Welcome to Node.js v16.17.0.
Type ".help" for more information.
> const a = {}
undefined
> a.root = a
<ref *1> { root: [Circular *1] }

himself65 avatar Sep 21 '22 20:09 himself65