struct Crystalizer::JSON::Any

Included Modules

Defined in:

json/any.cr

Constructors

Instance Method Summary

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

def self.new(raw : Type) #

[View source]
def self.new(pull : ::JSON::PullParser) #

[View source]

Instance Method Detail

def raw : Type #
Description copied from module Crystalizer::Any

Returns the raw underlying value.


[View source]