On Fri, 31 Jul 2015 08:07:23 +0200, dieter wrote:
> Keep in mind that Python is a (more or less) "general purpose" language
> which does not know about "jsonquery". It has "and", "or" and "not"
> operators (defined in the language reference) *BUT* these are not the
> operators you are looking for.
subhabrata.bane...@gmail.com writes:
> ...
> I am trying to quote some of my exercises below, and my objective.
A general remark. Python errror messages are quite good (unlike e.g.
many Microsoft or Oracle error messages). You can almost always trust
them.
Thus, if you get a "SyntaxError", someth
On Thursday, July 30, 2015 at 9:20:35 PM UTC+5:30, Denis McMahon wrote:
> On Thu, 30 Jul 2015 06:32:01 -0700, subhabrata.banerji wrote:
>
> > I am trying to query JSON with Logical operators.
>
> Your post was an excellent example of asking for help without explaining
> what your problem was at
On Thu, 30 Jul 2015 06:32:01 -0700, subhabrata.banerji wrote:
> I am trying to query JSON with Logical operators.
Your post was an excellent example of asking for help without explaining
what your problem was at all.
Please:
- show an example of what you tried;
- give the results you expected
Dear Group,
I am trying to query JSON with Logical operators.
I tried to experiment lot with it, but could not do much.
I came many times pretty close but missed it almost.
I tried to experiment with json, jsonquery, jsonschema, jsonpipe, objectpath,
requests.
I got a good example from
h