Back to Aurora Vision Library Lite website
You are here: Start » All Functions » Json » Json_GetValue_FromArray_Double_OrNil
Json_GetValue_FromArray_Double_OrNil
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Gets a value of type Double from a JSON array or nil.
Syntax
void avl::Json_GetValue_FromArray_Double_OrNil ( const avl::JsonData& inJson, int inIndex, atl::Conditional<double>& outDouble )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inJson | const JsonData& | Input JSON data. | ||
![]() |
inIndex | int | 0 - ![]() |
0 | Index of the value to get from the array. |
![]() |
outDouble | Conditional<double>& | Value obtained from the array or nil. |



