
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@jsonhero/fuzzy-json-search
Advanced tools
VSCode style fuzzy search for JSON documents
Install Fuzzy JSON Search
$ npm install --save @jsonhero/fuzzy-json-search
The simplest way to search is to create an instance of JSONHeroSearch and pass it a JSON object:
const response = await fetch("https://jsonplaceholder.typicode.com/todos");
const json = await response.json();
const searcher = new JSONHeroSearch(json);
const results = searcher.search("user");
JSONHeroSearch.search(query: string)Performs a fuzzy search against the entire document, ordering by score. Will only return results that score more than 0.
Array<SearchResult<string>>>SearchResult<string> has the following properties:
item is a string representing the path to the keyscore is an ItemScoreItemScore has the following propertiesscore is a number, the higher the score the better a matchlabelMatch is an array of Match objectsdescriptionMatch is an array of Match objectsrawValueMatch is an array of Match objectsformattedValueMatch is an array of Match objectsMatch is type { start: number; end: number }FAQs
VSCode style fuzzy search for JSON documents
We found that @jsonhero/fuzzy-json-search demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.