module UCL
Defined in:
ucl.crucl/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
- .dump(object, emit_type = UCL::Encoder::DEFAULT_EMITTER) : String
- .load(string : String, flags = UCL::Parser::DEFAULT_FLAGS) : UCL::Value::Type
- .valid?(schema : String, string : String) : Bool
- .validate(schema : String, string : String) : Bool