Thanks to visit codestin.com
Credit goes to github.com

Skip to content

frontenddeveloping/Object-XPath-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-XPath-Finder

Javascript library for using simple xPath for search in javascript objects

XPath usage:

  • //key1 or key1 - every value with key1 in object, will return values of key1
  • /key1/key2 - search from root for key1 value which has key2 as a child, will return value of key2
  • key1//key2 - deep search for key1 which has key2, will return values of key2

About

Javascript library for using simple xPath for search in Object

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published