Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListTagTree
A tree of tag lists
Parameters
Name Type Description

tags

List(TagTree)

Json Format
{
tags: List(
{
name: String,
type: String,
values: List(String)
})
}