struct UCL::Value
Defined in:
ucl/value.cr
Constructors
Instance Method Summary
-
#[](key : String)
-
#[]=(key : String, value)
-
#[]?(key : String)
-
#delete(*args, **options)
-
#delete(*args, **options, &)
-
#each(*args, **options)
-
#each(*args, **options, &)
-
#raw : Hash(String, UCL::Value::Type)
-
#to_h(*args, **options)
-
#to_h(*args, **options, &)
-
#to_json(*args, **options)
-
#to_json(*args, **options, &)
-
#to_yaml(*args, **options)
-
#to_yaml(*args, **options, &)
Constructor Detail
Instance Method Detail
def
[]=(key : String, value)
#
def
delete(*args, **options)
#
def
delete(*args, **options, &)
#
def
each(*args, **options)
#
def
each(*args, **options, &)
#
def
to_h(*args, **options)
#
def
to_h(*args, **options, &)
#
def
to_json(*args, **options)
#
def
to_json(*args, **options, &)
#
def
to_yaml(*args, **options)
#
def
to_yaml(*args, **options, &)
#