json_file_get_string Subroutine

private subroutine json_file_get_string(this, path, val)

Arguments

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

Contents

None