information.json
{
"lastBuildDate": "Mon, 16 Jul 2018 01:28:44 +0900",
"total": 2,
"start": 1,
"display": 2,
"items": [{
"title": "<b>설빙</b> 경기광명철산점",
"link": "http://sulbing.com/",
"category": "카페,디저트>빙수",
"description": "디저트 카페, 빙수, 토스트, 커피, 스무디, 녹차라떼, 오미자차 등 판매.",
"telephone": "02-2611-1478",
"address": "경기도 광명시 철산동 410",
"roadAddress": "경기도 광명시 오리로856번길 8-1",
"mapx": "300065",
"mapy": "542034"
}, {
"title": "<b>설빙</b> 하안점",
"link": "",
"category": "카페,디저트>빙수",
"description": "경기도 광명시 하안동 위치, 디저트카페, 빙수 전문점.",
"telephone": "02-899-0503",
"address": "경기도 광명시 하안동 34-3",
"roadAddress": "경기도 광명시 하안로 309 세인빌딩",
"mapx": "301042",
"mapy": "540690"
}]
}
I'd like to parse this json file.
Among them, I would like to parse the contents within the contents of ' items : [{...}]' But the tutorials doesn't tell me how to do that.
I use Java, but Kotlin could do also(Android)
And will the tag <b> <\b>
be removed by gson? Or should I remove it? What if the latter?