module StrictYAML
Defined in:
strict-yaml.crstrict-yaml/any.cr
strict-yaml/builder.cr
strict-yaml/document.cr
strict-yaml/editor.cr
strict-yaml/lexer.cr
strict-yaml/node.cr
strict-yaml/parser.cr
strict-yaml/serializable.cr
strict-yaml/stream.cr
Constant Summary
-
VERSION =
"0.1.0"
Class Method Summary
- .parse(source : String) : Any
- .parse_all(source : String) : Array(Any)
- .parse_document(source : String, *, preserve : Bool = false, parse_scalars : Bool = true, sensitive : Bool = false) : Document
- .parse_documents(source : String, *, preserve : Bool = false, parse_scalars : Bool = true, sensitive : Bool = false) : Array(Document)