test_10 Subroutine

public subroutine test_10(error_cnt)

Arguments

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

Description

Test some of the lesser-used features of the library


Variables

TypeVisibility AttributesNameInitial
character(kind=json_CK,len=256), public, dimension(:), allocatable:: str_vec
type(json_file), public :: f
type(json_file), public :: f2
type(json_value), public, pointer:: p
type(json_core), public :: json

factory for manipulating json_value pointers

character(kind=json_CK,len=:), public, allocatable:: str
character(kind=json_CK,len=:), public, allocatable:: name
logical, public :: found
logical, public :: lval
integer, public :: var_type
integer, public :: n_children
character(kind=json_CDK,len=*), public, parameter:: json_str ='{ "blah": 123 }'