Skip to content

Instantly share code, notes, and snippets.

@dhunmoon
Created March 23, 2017 11:01
Show Gist options
  • Save dhunmoon/d7e7ca37f029be047ed609c6a75baaf0 to your computer and use it in GitHub Desktop.
Save dhunmoon/d7e7ca37f029be047ed609c6a75baaf0 to your computer and use it in GitHub Desktop.
JS:JSON Grep Filter
$.grep( [{"name":"Lenovo Thinkpad 41A4298","website":"google"},{"name":"Lenovo Thinkpad 41A2222","website":"google"}], function( n, i ) {
return n.website==='google';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment