json_array_callback_func Abstract Interface

abstract interface
public subroutine json_array_callback_func(json, element, i, count)

Arguments

Type IntentOptional AttributesName
class(json_core), intent(inout) :: json
type(json_value), intent(in), pointer:: element
integer(kind=IK), intent(in) :: i

index

integer(kind=IK), intent(in) :: count

size of array

Description

Array element callback function. Used by json_get_array