We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The allow_unknown feature is currently broken (it will lead to a KeyError when it tries to index theSubRecord[theUnknownKey]).
allow_unknown
KeyError
theSubRecord[theUnknownKey]
So, just remove it, since it's not needed.
Activity