| Serialization of rich data in JSON/YAML is currently using the tags:
__pcore_type__ |
__pcore_value__
|
Those are longer than they need to be for making them unique/non-clashing with normal attributes. We should shorten those to:
When writing, but continue to support the longer tags when reading. |