I need a fast way to extract data from json responses a I get from a webservice.
By fast, I mean fast for the programmer, not necessarily for the computer.
I was thinking of something like Xpath for Json, if such a thing exists.
Any ideas? I am open to any Java Json library. In fact, the easiness to extract data from Json with a powerful querying language will be central to the choice of json library.