[
  {"type":"KeywordDeclaration","value":"public"},
  {"type":"Text","value":" "},
  {"type":"Keyword","value":"record"},
  {"type":"Text","value":" "},
  {"type":"NameClass","value":"Person"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n    "},
  {"type":"KeywordDeclaration","value":"public"},
  {"type":"Text","value":" "},
  {"type":"KeywordType","value":"string"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"FirstName"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":" "},
  {"type":"Keyword","value":"get"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":" "},
  {"type":"Keyword","value":"init"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"="},
  {"type":"Text","value":" "},
  {"type":"Keyword","value":"default"},
  {"type":"Punctuation","value":"!;"},
  {"type":"Text","value":"\n    "},
  {"type":"KeywordDeclaration","value":"public"},
  {"type":"Text","value":" "},
  {"type":"KeywordType","value":"string"},
  {"type":"Text","value":" "},
  {"type":"Name","value":"LastName"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":" "},
  {"type":"Keyword","value":"get"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":" "},
  {"type":"Keyword","value":"init"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"="},
  {"type":"Text","value":" "},
  {"type":"Keyword","value":"default"},
  {"type":"Punctuation","value":"!;"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":"};"}
]