class JSONPointer::Accessor

Defined in:

jsonpointer.cr

Constructors

Instance Method Summary

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]