This commit is contained in:
Josh Baker 2016-10-30 14:35:08 -07:00 committed by GitHub
parent bc89b871de
commit 78babc5712
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ gjson.Get(json, "name.last")
## 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
value := gjson.Get(json, "name.last")