carneades / carneades-4

Version 4 of Carneades, implemented in Go
https://carneades.github.io/
Other
48 stars 13 forks source link

JSON import and export out of date #19

Closed tfgordon closed 7 years ago

tfgordon commented 7 years ago

The JSON export and import translators for argument graphs are out of date. They do not support the latest version of argument graphs.

tfgordon commented 7 years ago

Reimplemented the JSON importer and exporter using the YAML importer and exporter. The JSON package is now automatically kept in sync with the YAML package. Any changes, bug fixes or extensions made to the YAML version are inherited by the JSON package.