You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replace all anonymous nested structs with named types
* Eliminate RegisteredCountry duplication, use CountryRecord
* Optimize HasData methods with zero struct comparison
* Simplify parent HasData methods using substruct methods
This improves struct initialization ergonomics while maintaining
the same JSON serialization behavior and performance.
0 commit comments