array_callback_func Abstract Interface

abstract interface
private subroutine array_callback_func(element, i, count)

Arguments

Type IntentOptional AttributesName
type(json_value), intent(in), pointer:: element
integer(kind=IK), intent(in) :: i
integer(kind=IK), intent(in) :: count

Description

Array element callback function. Used by json_get_array