Skip to content

Commit 68d1e2c

Browse files
committed
fix the code block
1 parent e55c8e3 commit 68d1e2c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The below code may be help your understand what it does. We don't need pre-defin
2727

2828

2929
Using an xpath like syntax to access specific fields of a json structure.
30+
3031
```go
3132
// https://go.dev/play/p/vqoD_jWryKY
3233
package main
@@ -69,6 +70,7 @@ func main() {
6970
}
7071

7172
Iterating over a json structure.
73+
7274
```go
7375
// https://go.dev/play/p/vwXQKTCLdVK
7476
package main
@@ -107,9 +109,6 @@ female: false[bool]
107109
city: <nil>[<nil>]
108110
```
109111
110-
```
111-
112-
113112
The default Json types and Go types are:
114113
115114
| JSON | jsonquery(go) |

0 commit comments

Comments
 (0)