We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9b1259 + b23ba9a commit cd43820Copy full SHA for cd43820
1 file changed
README.md
@@ -68,7 +68,7 @@ func main() {
68
firstHobby := jsonquery.FindOne(doc, "//hobbies/*[1]")
69
fmt.Printf("%#v\n", firstHobby.Value()) // "coding"
70
}
71
-
+```
72
Iterating over a json structure.
73
74
```go
@@ -100,7 +100,7 @@ func main() {
100
101
```
102
103
-// Output:
+Output:
104
105
106
name: John[string]
0 commit comments