A simple GEDCOM parser that focuses on translating GEDCOM structure into JSON.
Tested with GEDCOM 5.5 exported from Geni.com.
node or browserify:
npm install --save parse-gedcom
otherwise:
<script src='https://wzrd.in/standalone/parse-gedcom@latest'></script>parse-gedcom transforms GEDCOM files into JSON with proper nesting of
family & child elements.
$ parse-gedcom < file.ged > output.jsonparse-gedcom-d3 transforms GEDCOM files into JSON ready to be used in
a d3 force layout.
$ parse-gedcom-d3 < file.ged > output.jsonparse(string)-> JSONrequire('parse-gedcom/d3ize')(JSON)-> d3-capable JSON