Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Use json-cycle to allow for circular references in json #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

noahzgordon
Copy link

We ran into an issue where the reporter was attempting to stringify an object which contained circular references. Because JSON.parse does not support circular references natively, this would inevitably crash our test run. This commit changes the reporter to user json-cycle's stringify method instead.

@pathurs
Copy link

pathurs commented Jul 10, 2018

@douglasduteil Can we get this change merged?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants