Marshal
Marshal copied to clipboard
Looking for example of how to marshal an object to json
Seems like the only examples I can find on Marshal are converting JSON into an object and not the other way. I'm assuming it's easy but perhaps I'm missing something.
Can you post a test or example of how to go from a marshaled object to a string of json?