You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ABIF tool is uses an internal JSON model as its conversion format. That format: ".jabmod". ".jabmod" takes its letters from the following:
"J" is for "json"
"ab" is for "abif"
"mod" is for "model"
The idea behind converting to/from .jabmod is to make it so that programmers who are more comfortble building internal data structures can dump/convert to .jabmod, rather than having to serialize the output in .abif format (and write a new parser).
.jabmod isn't well specified yet, unfortunately. I'm hoping to define the model as I write a tool that converts .abif to all sorts of other formats. Does that make sense?
.
The text was updated successfully, but these errors were encountered: