We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55c8e3 commit 68d1e2cCopy full SHA for 68d1e2c
1 file changed
README.md
@@ -27,6 +27,7 @@ The below code may be help your understand what it does. We don't need pre-defin
27
28
29
Using an xpath like syntax to access specific fields of a json structure.
30
+
31
```go
32
// https://go.dev/play/p/vqoD_jWryKY
33
package main
@@ -69,6 +70,7 @@ func main() {
69
70
}
71
72
Iterating over a json structure.
73
74
75
// https://go.dev/play/p/vwXQKTCLdVK
76
@@ -107,9 +109,6 @@ female: false[bool]
107
109
city: <nil>[<nil>]
108
110
```
111
-```
-
112
113
The default Json types and Go types are:
114
115
| JSON | jsonquery(go) |
0 commit comments