json_file_get_alloc_string_vec Subroutine

private subroutine json_file_get_alloc_string_vec(this, path, vec, ilen)

Arguments

Type IntentOptional AttributesName
class(input_json), intent(inout) :: this
character(len=*), intent(in) :: path
character(len=:), intent(out), dimension(:), allocatable:: vec
integer, intent(out), dimension(:), allocatable:: ilen

Contents

None