class Hana::Pointer

Included Modules

Defined in:

hana.cr

Constant Summary

ESC = {"^/" => "/", "^^" => "^", "~0" => "~", "~1" => "/"}

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(path) #

[View source]

Class Method Detail

def self.eval(list : Array(String), object : JSON::Any) : JSON::Any #

[View source]
def self.parse(path) #

[View source]

Instance Method Detail

def each(&) #
Description copied from module Enumerable(String)

Must yield this collection's elements to the block.


[View source]
def eval(object) #

[View source]