you can use $each on it:
$each(obj, fn, bind); // works with Hashes, Objects, and Arrays Hash.each(fn, bind); // works with Hashes and Objects var hash = new Hash(obj); // create an hash from the object hash.each(fn, bind); // now you can call each on the hash On Oct 21, 2008, at 20:34, TomWA007 wrote:
Is there any way to convert the string "{name:value,name2:value2}" to
the iterable it looks like so that I can use $each to loop through it?
-- my blog: http://blog.kassens.net
