This is a Haskell implementation of a GEDCOM file parser. A GEDCOM file is plain text (usually either ANSEL or ASCII) containing genealogical information about individuals, and meta data linking these records together.
A simple JSON console output realized yet.