forked from mirror/gjson
commit
20b6add63a
2
gjson.go
2
gjson.go
|
@ -1835,7 +1835,7 @@ type parseContext struct {
|
|||
// A path is in dot syntax, such as "name.last" or "age".
|
||||
// When the value is found it's returned immediately.
|
||||
//
|
||||
// A path is a series of keys searated by a dot.
|
||||
// A path is a series of keys separated by a dot.
|
||||
// A key may contain special wildcard characters '*' and '?'.
|
||||
// To access an array value use the index as the key.
|
||||
// To get the number of elements in an array or to access a child path, use
|
||||
|
|
Loading…
Reference in New Issue