stringify
- Circular-Safe Stringify Helper
- Type: Function
- Description: The
stringify
helper is aJSON.stringify
replacement 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)); %>