Closed Eun closed 5 years ago
Saying you have a json payload like this:
[ { "Name": "Joe", "IsMale": true }, { "Name": "Alice", "IsMale": false } ]
The query IsMale=true gives no results.
IsMale=true
Any idea?
I confirm this is a problem. Thanks. I will fix it.
Hopefully the problem has been fixed. Would you please try go get -u https://github.com/elgs/jsonql and let me if it works for you? Thank you!
go get -u https://github.com/elgs/jsonql
Yes works thank you
Saying you have a json payload like this:
The query
IsMale=true
gives no results.Any idea?