Back to Aurora Vision Library website
You are here: Start » Function Reference » All Functions » Json » Json_GetValue_FromArray_Int64_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 |
Module: | FoundationLite |
Gets a value of type Int64 from a JSON array or nil.
Syntax
void avl::Json_GetValue_FromArray_Int64_OrNil ( const avl::JsonData& inJson, int inIndex, atl::Conditional<atl::int64>& outInt64 )
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. |
![]() |
outInt64 | Conditional<int64>& | Value obtained from the array or nil. |