Thrown when the keys of a json object fail to match up with the members of the target type.
keys present in json that do not match up to a member.
non-optional members that were not found in the json.
Type jsonizer was attempting to deserialize to.
See Implementation
Thrown when the keys of a json object fail to match up with the members of the target type.