I've this JSON object (https://gist.github.com/anonymous/4947388/raw/9efc07f1ac8442c459cf3c6c912d953e2efc6949/stackoverflow.json) which I want to traverse and access the values of particular keys like streetAdress or surname and store them as string. I want to do this in Java using either JSON Object or jackson, any hints?
Thanks
