struct UCL::Value

Defined in:

ucl/value.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def [](key : String) #

[View source]
def []=(key : String, value) #

[View source]
def []?(key : String) #

[View source]
def delete(*args, **options) #

[View source]
def delete(*args, **options, &) #

[View source]
def each(*args, **options) #

[View source]
def each(*args, **options, &) #

[View source]
def raw : Hash(String, UCL::Value::Type) #

[View source]
def to_h(*args, **options) #

[View source]
def to_h(*args, **options, &) #

[View source]
def to_json(*args, **options) #

[View source]
def to_json(*args, **options, &) #

[View source]
def to_yaml(*args, **options) #

[View source]
def to_yaml(*args, **options, &) #

[View source]