Hi everyone,
does someone know a JSONQuery parser in Java?
Thanks a lot in advance!
-- Andreas
This may or may not be what you are looking for but have you seen JSONPath.java which is part of the Persevere framework.
I've described a JSON parser using javacc on my blog: http://plindenbaum.blogspot.com/2008/07/parsing-json-with-javacc-my-notebook.html
checkout sling. they have a json-query-parser. i looking also for a good implementation. if you find something, give me a sign :)