parse_json_IOClass Function

public recursive function parse_json_IOClass(this, filename, keys, from_line_idx) result(ret)

Type Bound

IO_

Arguments

Type IntentOptional Attributes Name
class(IO_), intent(inout) :: this
character(len=*), intent(in) :: filename
type(List_), intent(in) :: keys
integer(kind=int32), intent(in), optional :: from_line_idx

Return Value character(len=:), allocatable