convertir tableau json, javascript array

j'ai un tableau json que je veux convertir en un simple tableau javascript:

C'est mon tableau json:

var users = {"0":"John","1":"Simon","2":"Randy"}

Comment faire pour le convertir en un simple tableau javascript comme ceci:

var users = ["John", "Simon", "Randy"]
J'ai également trouvé ce utile: stackoverflow.com/questions/4375537/...
Peut-dites-moi ce tableau json ou objet json?
Cela peut vous aider: stackoverflow.com/a/12289961/386579

OriginalL'auteur shasi kanth | 2011-04-11