json2typescript icon indicating copy to clipboard operation
json2typescript copied to clipboard

Limit serialization depth to prevent issues with circular dependencies

Open andreas-aeschlimann opened this issue 2 years ago • 0 comments

In some cases, you might have objects that rely on each other. The serialization process can cause issues and json2typescript might cause a page freeze due to infinite calculations.

We could prevent this by adding a setting or parameter for the max. depth of serialization.

andreas-aeschlimann avatar Dec 23 '22 14:12 andreas-aeschlimann