module StrictYAML

Defined in:

strict-yaml.cr
strict-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

Class Method Detail

def self.parse(source : String) : Any #

[View source]
def self.parse_all(source : String) : Array(Any) #

[View source]
def self.parse_document(source : String, *, preserve : Bool = false, parse_scalars : Bool = true, sensitive : Bool = false) : Document #

[View source]
def self.parse_documents(source : String, *, preserve : Bool = false, parse_scalars : Bool = true, sensitive : Bool = false) : Array(Document) #

[View source]