Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Json » Json_GetValue_FromJsonData_Bool_OrNil

Json_GetValue_FromJsonData_Bool_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 Bool from JSON data or nil.

Syntax

void avl::Json_GetValue_FromJsonData_Bool_OrNil
(
	const avl::JsonData& inJson,
	atl::Conditional<bool>& outBool
)

Parameters

Name Type Default Description
Input value inJson const JsonData& Input JSON data.
Output value outBool Conditional<bool>& Output value or nil.