mirror of https://github.com/tidwall/gjson.git
typo
This commit is contained in:
parent
bc89b871de
commit
78babc5712
|
@ -190,7 +190,7 @@ gjson.Get(json, "name.last")
|
||||||
|
|
||||||
## Check for the existence of a value
|
## Check for the existence of a value
|
||||||
|
|
||||||
Sometimes you just want to know you if a value exists.
|
Sometimes you just want to know if a value exists.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
value := gjson.Get(json, "name.last")
|
value := gjson.Get(json, "name.last")
|
||||||
|
|
Loading…
Reference in New Issue