Is there an easy way to output a struct's contents?
e.g. member1: value1, member2: value2, ...
I have a really big struct and formatting it all by hand would be time-consuming.

Reply via email to