Description
Gets a value from a JSON document.
Signature 1
By default uses the JSON in the ResponseContent.
GetVarJsonValue('selecttoken', 'defaultvalue')
Signature 2
Allows you to explicitly pass in the JSON you want to operate on.
GetVarJsonValue('selecttoken', 'defaultvalue', 'jsoncontent')
Example
Use the search function to see examples.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| selecttoken | xxxx | xxxx | xxxx |
| defaultvalue | xxxx | xxxx | xxxx |
