stringify - Circular-Safe Stringify Helper
- Type: Function
- Description: The stringifyhelper is aJSON.stringifyreplacement that prevents circular references from causing errors. It is useful when you need to serialize complex objects for logging or debugging.
Example Usage:
<% log.dbg("Request Context:", stringify(context)); %>
