Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
SimpleNaturalInteger
this json allows us to differentiate between the following case when supplying integer values for updating in the DB 1. the field is not being sent in the json ( a null value will occur when using the SimpleIntegerJson as member in another json)- signifies not to touch the current value 2. the field appears as an empty json (just the internal value of SimpleIntegerJson will be null, but the member will not) - signifies reset to null
Parameters
Name Type Description

value

Integer

Minimum value: 0

Value

Json Format
{
value: Integer
}