akuleshov7
10/30/2022, 9:11 PMBlake Anderson
10/31/2022, 12:48 AM// allow/prohibit unknown names during the deserialization, default false
ignoreUnknownNames = false,
Thank you for including default values. A lot of time the only way to find this is to dig through the implementation, and you never know if these are subject to change version to version as well.