We should allow to pass additional info in serialization format at some well-defined place.
Example:
{
"serializationFormatVersion": "1",
"additionalBla": "Blubb", // additional info here
"nodes": [
{
"type": "Library",
"id": "idBobLib",
"properties": {
"LibraryName": "Bob's library"
},
"children": {
"LibraryBooks": [
"idExplorer"
]
},
"parent": null
}
]
}
We should allow to pass additional info in serialization format at some well-defined place.
Example:
{ "serializationFormatVersion": "1", "additionalBla": "Blubb", // additional info here "nodes": [ { "type": "Library", "id": "idBobLib", "properties": { "LibraryName": "Bob's library" }, "children": { "LibraryBooks": [ "idExplorer" ] }, "parent": null } ] }