A UDA to mark a JSON field as required for deserialization
When applied to a field, deserialization will throw if field is not found in json, and serialization will produce null for null fields
See Implementation
A UDA to mark a JSON field as required for deserialization
When applied to a field, deserialization will throw if field is not found in json, and serialization will produce null for null fields