tags:

views:

323

answers:

5

Hi everyone,

does someone know a JSONQuery parser in Java?

Thanks a lot in advance!

-- Andreas

A: 

This may or may not be what you are looking for but have you seen JSONPath.java which is part of the Persevere framework.

seth
A: 

I use Json-lib, which works fine.

pstanton
A: 

The original java JSON object. I've been using it, and it works fine.

Marius
A: 

I've described a JSON parser using javacc on my blog: http://plindenbaum.blogspot.com/2008/07/parsing-json-with-javacc-my-notebook.html

Pierre
A: 

checkout sling. they have a json-query-parser. i looking also for a good implementation. if you find something, give me a sign :)

drdrej