When having heavy nested objects, JSON.stringify does not stringify all levels. Would it be possible to use util.inspect instead of JSON.stringify?
When having heavy nested objects, JSON.stringify does not stringify all levels. Would it be possible to use util.inspect instead of JSON.stringify?