I have a JavaScript array as below which I need to filter to get the correct child values from the test data below.
var arrChildOptions2 = [ {Parent:\'o
Yes try jquery grep, like this:
arr = jQuery.grep( JSON_ARRAY, index);