Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ItemList
A generic list of items
Parameters
Name Type Description

items

List(T)

total

Integer

Total number of Json objects inside the list.

Json Format
{
total: Integer,
items: List(T)
}