in my javascript I have this array
var versions =
[{"id":"454","name":"jack"},
{"id":"4","name":"rose"}
{"id":"6","name":"ikma"}
{"id":"5","name":"naki"}
{"id":"667","name":"dasi"}
]
I want to parse it for the name where id is 4. how would i do that.