json_array_callback_func Interface

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

Arguments

Type IntentOptional Attributes Name
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