Is there a way to convert an object to a string?

Options

Is there a way to convert an object to a string outside of using a lambda? Basically, I'd like to have something like the stringify function, so that I can easily put error objects into email alerts.

Anyway to do this outside a lambda or clumsy recursive for loops?

Best Answer

Answers