Define "cyclic data structures"

Posted by Earlz on Stack Overflow See other posts from Stack Overflow or by Earlz
Published on 2010-06-09T22:09:27Z Indexed on 2010/06/09 22:12 UTC
Read the original article Hit count: 225

Filed under:
|
|

At the JSON site it says

JSON does not support cyclic data structures, so be careful to not give cyclical structures to the JSON stringifier.

What does it mean by this? Can someone give me an example of such a data structure in Javascript?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about JSON