We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c5fdc commit d6c574aCopy full SHA for d6c574a
README.md
@@ -6,6 +6,12 @@
6
7
Extracting data with Jquery Selector, XPath or JsonPath from common web format like HTML, XML and JSON.
8
9
+Implements:
10
+
11
+ * Jquery Selector - [Jsoup](https://github.com/jhy/jsoup) and [Jerry](http://jodd.org/doc/jerry/index.html)
12
+ * XPath - [Jdom2](https://github.com/hunterhacker/jdom/)
13
+ * JsonPath - [JsonPath](https://github.com/jayway/JsonPath)
14
15
##Examples
16
17
###extract single data
0 commit comments