-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Hi,
Using your example on the readme, how would you go about querying one of the nested values such as one of the skills?
Does this look right?
fmt.Println(parser.Query("name='elgs' && skills[]=Java"))
{
"name": "elgs",
"gender": "m",
"age": 35,
"skills": [
"Golang",
"Java",
"C"
]
},
{
"name": "enny",
"gender": "f",
"age": 36,
"hobby": null,
"skills": [
"IC",
"Electric design",
"Verification"
]
},
{
"name": "sam",
"gender": "m",
"age": 1,
"hobby": "dancing",
"skills": [
"Eating",
"Sleeping",
"Crawling"
]
}
jcoyne
Metadata
Metadata
Assignees
Labels
No labels