working . seem 2 value in listview.
{"liste":{"TotalRecordCount":"2","xmlns":"","dokuman":[{"id":"2568","titles":"İstanbul Eindhoven"},{"id":"2384","titles":"Kesişen Dünyalar",}]}}
not working. not seem 1 value in listview
{"liste":{"TotalRecordCount":"1","xmlns":"","dokuman":{"id":"2085","titles":"Fotoğraf Atölyesi"}}}
my listview adding code
path=data.liste.dokuman;
for (var liindex = 0;liindex<path.length; liindex++){
// my listview adding value
}
if only record in json , listview not add so not add 1 record.
thanks.