You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ended up being a simple change -- just pass the available key variable as the 3rd argument to _convert method. Unfortunately this is a breaking change (requires others using the library to update so that converter functions take 3 args instead of 2).
Would be handy if, when parsing a table in
parse
method, that the key be passed to the optionalconverter
function.The text was updated successfully, but these errors were encountered: