json_traverse_callback_func Interface

interface
public subroutine json_traverse_callback_func(json, p, finished)

Arguments

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