The serialization scheme right now uses a mix of json and xml. The json is used to represent the hierarchy of the nodes, but xml is used to represent the data within the nodes.
This scheme makes reading the configuration file painful.
Any changes should be backward compatible, both so in flight projects can take advantage of the change and so we don't break projects on updating to newer versions.