We (currently) have two presLang constructors -- ModCon and ConCon -- for the two different Con constructors from modLang and conLang, respectively. When converting from presLang to JSON the object either has
{
"cons": "Con-modLang"
...
}
or
{
"cons": "Con-conLang"
...
}
respectively.
Instead, we should give it a lang property, resulting in
We (currently) have two presLang constructors --
ModCon
andConCon
-- for the two differentCon
constructors from modLang and conLang, respectively. When converting from presLang to JSON the object either hasor
respectively.
Instead, we should give it a
lang
property, resulting inor
respectively.