Codeunit "Json Helper UTCAP"
ID 70344798
Namespace: CapVision.Core.Misc
Properties
| Name |
Value |
| Access |
Public
|
| SingleInstance |
True
|
Methods
GetText
procedure GetText(Obj: JsonObject, KeyName: Text): Text
Parameters
| Name |
Type |
Description |
|
Obj
|
JsonObject |
|
|
KeyName
|
Text |
|
Returns
GetInteger
procedure GetInteger(Obj: JsonObject, KeyName: Text): Integer
Parameters
| Name |
Type |
Description |
|
Obj
|
JsonObject |
|
|
KeyName
|
Text |
|
Returns
GetDecimal
procedure GetDecimal(Obj: JsonObject, KeyName: Text): Decimal
Parameters
| Name |
Type |
Description |
|
Obj
|
JsonObject |
|
|
KeyName
|
Text |
|
Returns
GetBoolean
procedure GetBoolean(Obj: JsonObject, KeyName: Text): Boolean
Parameters
| Name |
Type |
Description |
|
Obj
|
JsonObject |
|
|
KeyName
|
Text |
|
Returns
GetDate
procedure GetDate(Obj: JsonObject, KeyName: Text): Date
Parameters
| Name |
Type |
Description |
|
Obj
|
JsonObject |
|
|
KeyName
|
Text |
|
Returns
GetTime
procedure GetTime(Obj: JsonObject, KeyName: Text): Time
Parameters
| Name |
Type |
Description |
|
Obj
|
JsonObject |
|
|
KeyName
|
Text |
|
Returns
GetJsonText
procedure GetJsonText(Tok: JsonToken, KeyName: Text): Text
Parameters
| Name |
Type |
Description |
|
Tok
|
JsonToken |
|
|
KeyName
|
Text |
|
Returns
GetJsonText
procedure GetJsonText(Arr: JsonArray, Index: Integer, KeyName: Text): Text
Parameters
| Name |
Type |
Description |
|
Arr
|
JsonArray |
|
|
Index
|
Integer |
|
|
KeyName
|
Text |
|
Returns
See also