Closed ildar-shaimordanov closed 2 years ago
a = []; a[0] = a; my_text = JSON.stringify(a); // throws "TypeError: Converting circular structure to JSON"
Thanks.