YAML Library
load(S)— Load a YAML string to a native data structure.load-all(S)— Load a YAML string into a list of document nodes.dump(X)— Dump a native data structure to a YAML string.dump-all(V)— Dump an array of native data structures to a multi-document YAML string.