Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
jsonpointer
main
JSONPointer
Accessor
Built with Crystal 1.9.2
2023-10-08 13:55:19 UTC
class
JSONPointer::Accessor
JSONPointer::Accessor
Reference
Object
Defined in:
jsonpointer.cr
Constructors
.new
(source : String, subkeys : Array(Int32 | String))
Instance Method Summary
#get
(input : JSON::Any) : JSON::Any
#get?
(input : JSON::Any) : JSON::Any | Nil
#source
: String
Constructor Detail
def self.
new
(source : String, subkeys : Array(Int32 | String))
#
[
View source
]
Instance Method Detail
def
get
(input : JSON::Any) : JSON::Any
#
[
View source
]
def
get?
(input : JSON::Any) : JSON::Any | Nil
#
[
View source
]
def
source
: String
#
[
View source
]