As part of the group looking at updating our standards to move away from XML I propose we adopt the following code of practice for all our standards.
Wherever we propose a change to handle JSON we MUST also include an equivalent change to handle YAML.
For example in our discussion about xtype="json"(#33), we MUST also include the same functionality to handle xtype="yaml".
This doesn't add much more complexity, but it forces us think about making our standards serialization agnostic, rather than just moving from one fixed serialization to another.
As part of the group looking at updating our standards to move away from XML I propose we adopt the following code of practice for all our standards.
Wherever we propose a change to handle JSON we MUST also include an equivalent change to handle YAML.
For example in our discussion about
xtype="json"(#33), we MUST also include the same functionality to handlextype="yaml".This doesn't add much more complexity, but it forces us think about making our standards serialization agnostic, rather than just moving from one fixed serialization to another.