Toggle navigation
JSON-Fortran
4.2.0
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
array_callback_func
Abstract Interface
Source File
json_module.F90
json_module
array_callback_func
All Abstract Interfaces
array_callback_func
traverse_callback_func
abstract interface
private subroutine array_callback_func(element, i, count)
Arguments
Type
Intent
Optional
Attributes
Name
type(
json_value
),
intent(in),
pointer
::
element
integer(kind=IK),
intent(in)
::
i
integer(kind=IK),
intent(in)
::
count
Description
Array element callback function. Used by
json_get_array