scan_row_fields Subroutine

public subroutine scan_row_fields(json, pos, field_names, field_is_string, nfields, status)

Scan one row object to discover field names and types. Advances pos past the entire row object.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: json
integer, intent(inout) :: pos
character(len=64), intent(inout) :: field_names(:)
logical, intent(inout) :: field_is_string(:)
integer, intent(inout) :: nfields
integer, intent(out) :: status