Project ID | 086680CD3A1F050280258935003E6DFD |
Version | 3 |
Class ID | 6763DEA73B35F96880258935003EC469 |
Class Type | Base |
Attributes |
%REM
Adds a ConverterParam to retrieve an element from the current JSON object for the labelName passed, falling back to a defaultValue passed.
This is an abbreviated version of code in JsonCustomConstructor.withParam
%END REM
Function withParam(labelName as String, defaultValue as Variant) as JsonCustomConstructor
Call redimParams()
Set Me.params(UBound(params)) = new ConverterParam("JSON", labelName, defaultValue)
Return Me
End Function
Public Property Get label As String | ||||
---|---|---|---|---|
Label in the relevant JSON object from which to extract the value. |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.