Last active
March 4, 2019 02:59
-
-
Save eastcoastcoder/e48b904900f674cf529876b39af26677 to your computer and use it in GitHub Desktop.
FGR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "husband": { | |
| "givenName": "Chamerlain, Sr", | |
| "lastName": "Hutson", | |
| "born": { | |
| "date":"15 Sep 1779", | |
| "place": "NC" | |
| }, | |
| "died": { | |
| "date":"03 Oct 1858", | |
| "place": "Benton, IL" | |
| }, | |
| "buried": { | |
| "date":"", | |
| "place": "Browning Hill Cem." | |
| }, | |
| "married": { | |
| "date":"17 May 1802", | |
| "place": "Logan, KY" | |
| }, | |
| "notes": "1850 Frlo IL next to Wm A King + Siblings near Burker + Bf. Ramson" | |
| }, | |
| "wife": { | |
| "givenName": "Anice/Anis/Annis", | |
| "maidenName": "Lee", | |
| "born": { | |
| "date":"1779/1783", | |
| "place": "NC" | |
| }, | |
| "died": { | |
| "date":"1866", | |
| "place": "" | |
| }, | |
| "buried": { | |
| "date":"", | |
| "place": "" | |
| }, | |
| "married": { | |
| "date":"", | |
| "place": "" | |
| }, | |
| "notes": "" | |
| }, | |
| "children": [{ | |
| "sex": "F", | |
| "givenName": "Elizabeth", | |
| "lastName": "Hutson", | |
| "born": { | |
| "date":"c 1803/04", | |
| "place": "TN or IL ⊕ John Sandusky" | |
| }, | |
| "died": { | |
| "date":"c 1805", | |
| "place": "" | |
| }, | |
| "buried": { | |
| "date":"", | |
| "place": "" | |
| }, | |
| "married": { | |
| "date":"c 1820/21", | |
| "place": "" | |
| }, | |
| "notes": "" | |
| },{ | |
| "sex": "M", | |
| "givenName": "Innes", | |
| "lastName": "Mcclerrin", | |
| "born": { | |
| "date":"May 1834", | |
| "place": "KY" | |
| }, | |
| "died": { | |
| "date":"", | |
| "place": "" | |
| }, | |
| "buried": { | |
| "date":"", | |
| "place": "" | |
| }, | |
| "married": { | |
| "date":"1862", | |
| "place": "" | |
| }, | |
| "notes": "" | |
| }] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment