Skip to content

Commit 4defe79

Browse files
authored
Update stringify_circular_structures.js
1 parent 2ac84f8 commit 4defe79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stringify/sources/stringify_circular_structures.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ var JSONUtils = {
8383
};
8484

8585
/* Usage Details: */
86+
/*
8687
var inputObject = {
87-
/* The input object which may or may not have circular/cyclic references */
88+
// The input object which may or may not have circular/cyclic references
8889
};
8990
9091
JSONUtils.getJSON(inputObject);
92+
*/

0 commit comments

Comments
 (0)