DEV Community

Discussion on: How To Create A Global "JSON Search Algorithm" In JavaScript.

 
emmaccen profile image
Lucius Emmanuel Emmaccen

Thanks for sharing John.

Thread Thread
 
johnkazer profile image
John Kazer

You might find fusejs interesting as a search library - the "flattening" process is part of how it searches rather than main function.