Skip to content

Commit cd43820

Browse files
committed
Merge branch 'master' of ssh://.com/antchfx/jsonquery
2 parents d9b1259 + b23ba9a commit cd43820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func main() {
6868
firstHobby := jsonquery.FindOne(doc, "//hobbies/*[1]")
6969
fmt.Printf("%#v\n", firstHobby.Value()) // "coding"
7070
}
71-
71+
```
7272
Iterating over a json structure.
7373

7474
```go
@@ -100,7 +100,7 @@ func main() {
100100
}
101101
```
102102

103-
// Output:
103+
Output:
104104

105105
```
106106
name: John[string]

0 commit comments

Comments
 (0)