When a field is of object type, System.Text.Json automatically sets it to the JsonElement type instead of the corresponding type, leading to strange issues in many cases. Therefore, there are two places where code needs to be added to alleviate this situation.…

