Is your feature request related to a problem? Please describe.
The current input file formats are cumbersome and less extensible than JSON. Migrating to JSON will improve parsing and future flexibility.
Describe the solution you'd like
Convert all input files to JSON format, update parsing routines, and provide a migration guide for users.
Describe alternatives you've considered
Continue using current formats; however, JSON will provide better extensibility and integration.
Additional context
Related to parent issue #242.
Is your feature request related to a problem? Please describe.
The current input file formats are cumbersome and less extensible than JSON. Migrating to JSON will improve parsing and future flexibility.
Describe the solution you'd like
Convert all input files to JSON format, update parsing routines, and provide a migration guide for users.
Describe alternatives you've considered
Continue using current formats; however, JSON will provide better extensibility and integration.
Additional context
Related to parent issue #242.