jf_test_14_mod Module

Variables

TypeVisibility AttributesNameInitial
character(len=*), public, parameter:: dir ='../files/inputs/'

working directory

character(len=*), public, parameter:: filename1 ='test1.json'

the file to read

integer, public :: icount =0

a count of the number of "name" variables found


Subroutines

public subroutine test_14(error_cnt)

Arguments

Type IntentOptional AttributesName
integer, intent(out) :: error_cnt

report number of errors to caller

Description

Tests the traversal of a JSON structure

public subroutine rename(json, p, finished)

Arguments

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

Description

change all "name" variable values to "Fred"