Module Yaml
Provides classes for working with YAML data.
YAML documents are represented as abstract syntax trees whose nodes are either YAML values or alias nodes referring to another YAML value.
Import path
import codeql.yaml.Yaml
Modules
Make | Provides a class hierarchy for working with YAML files. |
Module signatures
InputSig | Provides the input specification of YAML implementation. |