struct Crystalizer::JSON::Any
- Crystalizer::JSON::Any
- Struct
- Value
- Object
Included Modules
Defined in:
json/any.crConstructors
Instance Method Summary
-
#raw : Type
Returns the raw underlying value.
Instance methods inherited from module Crystalizer::Any
==(other : Any) : Bool
==,
[](index : Int)[](key) [], []?(index : Int)
[]?(key) []?, clone : Any clone, dig(key_or_index, *subkeys) dig, dig?(key, *subkeys) dig?, dup : Any dup, hash(hasher) hash, raw raw, size : Int size, to(type : T.class) : T forall T to, to?(type : T.class) forall T to?
Constructor Detail
Instance Method Detail
Description copied from module Crystalizer::Any
Returns the raw underlying value.