We need to extend the file format so that we can both save and load graphs from it.
We need to be able to save color, position, and formatting information
We want to make the file format general, so you can associate arbitrary properties with a particular node instead of only accepting pre-definied properties.
I'm debating a move to XML, but I like the JSON format a little bit better. It's more concise, and we already have support for it.
We need to extend the file format so that we can both save and load graphs from it.
I'm debating a move to XML, but I like the JSON format a little bit better. It's more concise, and we already have support for it.