Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/antchfx/jsonquery
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengchun committed Dec 8, 2022
2 parents d9b1259 + b23ba9a commit cd43820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {
firstHobby := jsonquery.FindOne(doc, "//hobbies/*[1]")
fmt.Printf("%#v\n", firstHobby.Value()) // "coding"
}

```
Iterating over a json structure.

```go
Expand Down Expand Up @@ -100,7 +100,7 @@ func main() {
}
```

// Output:
Output:

```
name: John[string]
Expand Down

0 comments on commit cd43820

Please sign in to comment.