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 w
I use
$.param(jsonObj)
which gets me the string.