For debugging purposes I would like to display the value of different objects. Is there any way you can convert an object to a string to display all of its properties and values?
Now there is the JSON() function, which works like the JSON.stringify() function in JavaScript.
Set(obj, { Name: "John Doe", Age: 33 });
JSON(obj); // The stringified object.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With