Created
May 8, 2018 12:25
-
-
Save jimmyz/4b843118533d3d229dc5e8c676a0baca to your computer and use it in GitHub Desktop.
Test Name Form Pre-sync
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
"nameForms": [ | |
{ | |
"lang": "ko-Hang", | |
"fullText": "건 하늘별님구름햇님보다사랑스러우리", | |
"parts": [ | |
{ | |
"type": "http://gedcomx.org/Surname", | |
"value": "건" | |
}, | |
{ | |
"type": "http://gedcomx.org/Given", | |
"value": "하늘별님구름햇님보다사랑스러우리" | |
} | |
], | |
"nameFormInfo": [ | |
{ | |
"order": "http://familysearch.org/v1/Sinotypic" | |
} | |
] | |
}, | |
{ | |
"lang": "ko-Latn", | |
"fullText": "GEON HA-NEUL-BYEOL-NIM-GU-REUM-HAET-NIM-BO-DA-SA-RANG-SEU-REO-U-RI", | |
"parts": [ | |
{ | |
"type": "http://gedcomx.org/Surname", | |
"value": "GEON" | |
}, | |
{ | |
"type": "http://gedcomx.org/Given", | |
"value": "HA-NEUL-BYEOL-NIM-GU-REUM-HAET-NIM-BO-DA-SA-RANG-SEU-REO-U-RI" | |
} | |
], | |
"nameFormInfo": [ | |
{ | |
"order": "http://familysearch.org/v1/Sinotypic" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment