ngx-json-viewer
ngx-json-viewer copied to clipboard
Fix cyclical objects
Fixes #23
First go at fixing cyclical objects. Problem comes from a recursive / cyclical pattern coming in. The example posted over on #23 is good and reproducible.
Cyclical objects would now be represented like: owner: [Cyclic at: owner.data.owner = owner]
Check out this Stackoverflow for some overview.
Hi, this repo looks dead, what do u think about open a new fork like ngx-json-viewer2 (if I'm not wrong the MIT licence allow it) and merge thoose PR on that repo?