Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
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:
__ptype
|
__pvalue
|
When writing, but continue to support the longer tags when reading.