我不知道如何解析java中的JSON(或其他任何東西)。我看過一些教程,但我無法弄清楚。我想要獲得title="Fabiola Jean and Laurent Lundy commented on a photo that you're tagged"
。所有我需要的是知道如何創建一個getTitle()方法 這就是我要解析JSON:在java中的JSON解析
Connection[data=[Notification[id=notif__161136848 metadata=null
title=Fabiola Jean and Laurent Lundy commented on a photo that you're tagged in. type=null]]
nextPageUrl=https://graph.facebook.com/811204509/notifications?fields
=title&value=1&format=json&redirect=1&access_token=MY_TOKEN&__paging_token=
notif__161136848
previousPageUrl=https://graph.facebook.com/811204509/notifications?fields=title
&value=1&format=json&redirect=1&access_token=MY_TOKEN&limit=5000&since=1342109329&
__paging_token=notif__161136848&__previous=1 next=true previous=true]
檢查[gson](http://code.google.com/p/google-gson/) – higuaro 2012-07-13 04:44:14
你可以把json響應嗎? – Suresh 2012-07-13 04:54:11
這看起來不像JSON字符串。 – cgull 2012-07-13 04:56:22