Open benducke opened 3 years ago
There are several places in the code that check whether a field exists in an input map that clashes in name with a reserved field. It would be better to manage all reserved field names in a list and walk through that to check in check_input().
There are several places in the code that check whether a field exists in an input map that clashes in name with a reserved field. It would be better to manage all reserved field names in a list and walk through that to check in check_input().