module UCL

Defined in:

ucl.cr
ucl/decoder.cr
ucl/encoder.cr
ucl/error.cr
ucl/lib_ucl.cr
ucl/parser.cr
ucl/validator.cr
ucl/value.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.dump(object, emit_type = UCL::Encoder::DEFAULT_EMITTER) : String #

[View source]
def self.load(string : String, flags = UCL::Parser::DEFAULT_FLAGS) : UCL::Value::Type #

[View source]
def self.valid?(schema : String, string : String) : Bool #

[View source]
def self.validate(schema : String, string : String) : Bool #

[View source]