Returns a shared variable by name (same variable scope as the API Collection).
Iterates over any structure (Object, Array, Map, etc.).
Example:
for (const [k, v] of Utils.iterate(obj))
Safely converts any object to JSON, handling circular references.
Utility functions available in Browser scripts.