test_14 Subroutine

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

It traverses the structure, looks for all "name" variables, and changes the name.


Variables

TypeVisibility AttributesNameInitial
type(json_core), public :: json
type(json_value), public, pointer:: p