Release Summary : 1. New Features : JSON Classes Added : JsonNumber Class
 
Share this page                  
JsonNumber Class
The JsonNumber class represents a number in JSON. It has the following attribute:
TextValue
Data Type: varchar(50)
4GL Access: RW
The text representation of the numeric value. The decimal character is always “.” (a period), independent of II_DECIMAL.
The JsonNumber class has the following methods:
GetValue
Gets the value into a numeric byref variable.
SetValue
Sets the value from a numeric variable.