ngx-json-viewer icon indicating copy to clipboard operation
ngx-json-viewer copied to clipboard

Fix cyclical objects

Open benkrig opened this issue 5 years ago • 1 comments

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.

benkrig avatar Nov 30 '19 02:11 benkrig

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?

n3wtron avatar Jun 16 '20 07:06 n3wtron