json-viewer
json-viewer copied to clipboard
object reference count
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] }