Index
Overview
yaml provides functions for working with yaml data
Functions
def dumps
dumps(obj) string
serialize obj to a yaml string
Arguments
name | type | description |
---|---|---|
obj | object | input object |
def loads
loads(source) object
read a source yaml string to a starlark object
Arguments
name | type | description |
---|---|---|
source | string | input string of yaml data |