I\'ve got an object:
var obj = { \"Mike\": 24, \"Peter\": 23, \"Simon\": 33, \"Tom\": 12, \"Frank\": 31 };
I want to cr
Some libraries have something to do this (such as prototype's "values" function), but they're really just wrappers around a function that loops over and returns the values of the object.
http://www.prototypejs.org/api/object/values