Monday, August 20, 2012

Logging Circular JSON

Something like this:
console.log(FUNCTION_NAME + " " + JSON.stringify(params));
Is often an easy way to get good debug logging. Except when:



No comments:

Post a Comment