If you have seen the following error "TypeError: Converting circular structure to JSON" or similar, you are in the right place. JSON by default can't process circular ...
This module implements a version of JSON.stringify that returns a deterministic, canonical JSON format. Canonical JSON means that the same object should always be stringified to the exact same string.