The basic problem is this: JSON mappers like Jacks...
# language-proposals
r
The basic problem is this: JSON mappers like Jackson do
(Map<String, Any>) -> T
. I want to do
(Map>String, Any>, T) -> T
where the T input provides the properties that are not present in the Map.