You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-58Lines changed: 11 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,17 @@ Overview
10
10
11
11
jsonquery is an XPath query package for JSON document, lets you extract data from JSON documents through an XPath expression. Built-in XPath expression cache avoid re-compile XPath expression each query.
12
12
13
+
14
+
XPath query for Golang
15
+
===
16
+
17
+
-[htmlquery](https://github.com/antchfx/htmlquery) - XPath query package for HTML document
18
+
19
+
-[xmlquery](https://github.com/antchfx/xmlquery) - XPath query package for XML document.
20
+
21
+
-[jsonquery](https://github.com/antchfx/jsonquery) - XPath query package for JSON document
22
+
23
+
13
24
Getting Started
14
25
===
15
26
@@ -115,61 +126,3 @@ func main() {
115
126
}
116
127
}
117
128
```
118
-
119
-
Implement Principle
120
-
===
121
-
If you are familiar with XPath and XML, you can easily figure out how to
0 commit comments