<PackageReference Include="System.Text.Json" Version="8.0.1" />

JsonUnmappedMemberHandling

Determines how JsonSerializer handles JSON properties that cannot be mapped to a specific .NET member when deserializing object types.

Throws an exception when an unmapped property is encountered.

Skip = 0

Silently skips any unmapped properties. This is the default behavior.