something like this: ``` var data = { "objects" : [ ..., { "name": "JSONSelect" }, ...] } // return the child it's name is "JSONSelect" jsonSelect.match(expr, data); ```