Daniel
05/03/2023, 8:19 AMblah
that has only one field myKey
.
When I get my data from DB I have a lot of keys in each object. And I'm lazy to do mapping manually. So I trying to add objects with a lot of keys. How can I automatically omit all extra fields that aren't defined in the schema?Kishore Nallan
05/03/2023, 8:44 AM