const BlockStyle
emitter constant: emit seq and map with block style
Definition: ql_yaml.dox.h:138
const ExplicitEndDoc
emitter constant: emit an explicit document end sequence
Definition: ql_yaml.dox.h:146
hash getYAMLInfo()
Returns version information about libyaml being used by the yaml module.
string make_yaml(auto data, int flags=Qore::YAML::None, softint width=-1, softint indent=2)
Creates a YAML string from Qore data.
string makeYAML(auto data, int flags=Qore::YAML::None, softint width=-1, softint indent=2)
Creates a YAML string from Qore data.
const None
emitter constant: No option (= default output)
Definition: ql_yaml.dox.h:150
hash get_yaml_info()
Returns version information about libyaml being used by the yaml module.
const ExplicitStartDoc
emitter constant: emit an explicit document start sequence
Definition: ql_yaml.dox.h:148
const EscapeUnicode
emitter constant: escape unicode characters
Definition: ql_yaml.dox.h:144
Qore namespace.
Definition: ql_yaml.dox.h:2
auto parseYAML(string yaml)
Parses a YAML string and returns the corresponding Qore value or data structure.
const Canonical
emitter constant: Emit canonical YAML
Definition: ql_yaml.dox.h:140
const Yaml1_1
emitter constant: emit YAML 1.1 (not necessary to use as this is the default and currently the only Y...
Definition: ql_yaml.dox.h:152
auto parse_yaml(string yaml)
Parses a YAML string and returns the corresponding Qore value or data structure.
const EmitSqlNull
emitter constant: emit SQL null "!!sqlnull"
Definition: ql_yaml.dox.h:142