I have an object that has some properties and methods, like so:
{name: \"FirstName\", age: \"19\", load: function () {}, uniq: 0.5233059714082628}
In fact, It's very easy to serealize / parse javascript object with methods.
Take a look at JSONfn plugin.
http://www.eslinstructor.net/jsonfn/
Hope this helps.
-Vadim