class
Hana::Patch
Defined in:
hana.cr
Constant Summary
-
FROM =
"from"
-
VALUE =
"value"
Constructors
Instance Method Summary
-
#add(ins, doc)
-
#add_op(dest, target_key, obj)
-
#apply(doc)
-
#check_index(obj, index)
-
#copy(ins, doc)
-
#get_path(ins)
-
#move(ins, doc)
-
#really_apply(doc)
-
#remove(ins, doc)
-
#replace(ins, doc)
-
#rm_op(obj, from_key)
-
#test(ins, doc)
Constructor Detail
def self.
new(json_string : String)
#
def self.
new(is : Array(Hash(String,
JSON::Any)))
#
Instance Method Detail
def
add_op(dest, target_key, obj)
#
def
check_index(obj, index)
#
def
rm_op(obj, from_key)
#