forked from mirror/gjson
Fixed syntax document for escape character
This commit is contained in:
parent
0360deb6d8
commit
0439aef712
|
@ -74,7 +74,7 @@ c?ildren.0 "Sara"
|
||||||
Special purpose characters, such as `.`, `*`, and `?` can be escaped with `\`.
|
Special purpose characters, such as `.`, `*`, and `?` can be escaped with `\`.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
fav\.movie "Deer Hunter"
|
fav\\.movie "Deer Hunter"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Arrays
|
### Arrays
|
||||||
|
|
Loading…
Reference in New Issue