Panther is a way to search through an array of JSON objects and get returned an array of matching JSON objects.
npm install panther
Example (see also: example.js)
var panther = ;//data is an array of JSON objectsvar data = name:'matt' age:'17' name:'oscar' age:'73';var searchTerm = 'matt'; panther;