Toggle navigation
JSON-Fortran
4.3.0
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
traverse_callback_func
Abstract Interface
Source File
json_module.F90
json_module
traverse_callback_func
All Abstract Interfaces
array_callback_func
traverse_callback_func
abstract interface
private subroutine traverse_callback_func(p, finished)
Arguments
Type
Intent
Optional
Attributes
Name
type(
json_value
),
intent(in),
pointer
::
p
logical(kind=LK),
intent(out)
::
finished
Description
Callback function used by
json_traverse