parse_row Subroutine

public subroutine parse_row(json, pos, d, row, field_names, ncols, status)

Parse one row object and store values into data columns

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: json
integer, intent(inout) :: pos
type(data_t), intent(inout) :: d
integer, intent(in) :: row
character(len=64), intent(in) :: field_names(:)
integer, intent(in) :: ncols
integer, intent(out) :: status