© 2026 Hedgehog Software, LLC
"name": { "first": "John", "last": "Smith" } // or "name": "John Smith"
record Person(Name Name); record Name(string First, string Last);