yamlYAML Ain’t Markup Language (YAML)
YAML support within Murex is pretty mature however it is not considered a primitive. Which means, while it is a recommended builtin which you should expect in most deployments of Murex, it’s still an optional package and thus may not be present in some edge cases. This is because it relies on external source packages for the shell to compile.
yamlyml+yamlapplication/x-yamlapplication/yamltext/x-yamltext/yamlMarshal() SupportedReadArray() Works with YAML arrays. Maps are converted
into arraysReadArrayWithType() Works with YAML arrays. Maps are
converted into arrays. Element type returned in Murex should match
element type in YAMLReadIndex() Works against all properties in YAMLReadMap() Works with YAML mapsReadNotIndex() Works against all properties in
YAMLUnmarshal() SupportedWriteArray() Works with YAML arrayscast:
Alters the data-type of the previous function without altering its
output[[ Element ]]: Outputs an element from a nested
structureopen: Open
a file with a preferred handlerformat: Reformat one data-type into another
data-typeruntime: Returns runtime information on the internal
state of Murexjson: JavaScript Object
Notation (JSON)jsonl: JSON LinesReadIndex() (type):
Data type handler for the index, [, builtinReadNotIndex()
(type): Data type handler for the bang-prefixed index,
![, builtinReadArray() (type):
Read from a data type one array element at a timeWriteArray()
(type): Write a data type, one array element at a timeReadMap() (type):
Treat data type as a key/value structure and read its contentsMarshal() (type):
Converts structured memory into a structured file format (eg for
stdio)Unmarshal() (type):
Converts a structured file format into structured memoryThis document was generated from builtins/types/yaml/yaml_doc.yaml.
This site's content is rebuilt automatically from murex's source code after each merge to the master branch. Downloadable murex binaries are also built with the website.
Last built on Fri Oct 24 08:59:31 UTC 2025 against commit e59ab49e59ab49e1628d8546d2ad8ce5eb1150445f6a940.
Current version is 7.1.4143 (unknown) which has been verified against tests cases.