Instead of going from a json string and using $.parseJson, I need to take my object and store it in a variable as string representing json.
(A library I'm dealing with expects a malformed json type so I need to mess around with it to get it to work :( )
What's the best way to do this?