Format for encoding Mocs as text MocFormat
"
JSON"
: Encodes a Moc Object as a JSON string using the JSON serialisation described in the MOC
recommendation (version 1.1).
"
STRING"
: Encodes a Moc Object as using the string serialisation described in the MOC
recommendation (version 1.1).
The value assigned to the MocFormat does not affect the behaviour of the AST_READ method, which automatically identifies the format used by the external text and sets the MocFormat attribute to the corresponding value.
The AST_WRITE method will create the external text using the format specified by the current value of the MocFormat attribute.
The initial default value of the attribute is "
UNKNOWN"
.