yaml
About 1 min
yaml
YAML Ain't Markup Language (YAML)
Description
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.
Default Associations
- Extension:
yaml
- Extension:
yml
- MIME:
application/x-yaml
- MIME:
application/yaml
- MIME:
text/x-yaml
- MIME:
text/yaml
Supported Hooks
Marshal()
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 arrays
See Also
[[ Element ]]
: Outputs an element from a nested structurecast
: Alters the data-type of the previous function without altering its outputformat
: Reformat one data-type into another data-typejson
: JavaScript Object Notation (JSON)jsonl
: JSON Linesopen
: Open a file with a preferred handlerruntime
: Returns runtime information on the internal state of Murex- index: Outputs an element from an array, map or table
Read more about type hooks
ReadIndex()
(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 memory
This document was generated from builtins/types/yaml/yaml_doc.yaml.