json_traverse_callback_func Abstract Interface

abstract interface
public subroutine json_traverse_callback_func(json, p, finished)

Arguments

Type IntentOptional AttributesName
class(json_core), intent(inout) :: json
type(json_value), intent(in), pointer:: p
logical(kind=LK), intent(out) :: finished

set true to stop traversing

Description

Callback function used by json_traverse