AddLint

This method adds a value of the data type LINT to a property. Usually, a corresponding property was created beforehand with the method AddKey().
Syntax
METHOD AddLint
VAR_INPUT
  value : LINT;
END_VAR
 Inputs
Name  | Type  | 
|---|---|
value  | LINT  | 
Sample call:
fbJson.AddKey('PropertyName');
fbJson.AddLint(42);