Liking cljdoc? Tell your friends :D

clj-json-patch.core


call-apply-patchclj/s

(call-apply-patch obj patches)
source

call-diff*clj/s

(call-diff* obj1 obj2 prefix)
source

diffclj/s

(diff obj1 obj2)
(diff obj1 obj2 keywordize?)

Prepares a JSON patch document representing the difference between two JSON objects.

Prepares a JSON patch document representing the difference
between two JSON objects.
sourceraw docstring

patchclj/s

(patch obj patches)
(patch obj patches keywordize?)

Applies a JSON patch document (multiple patches) to JSON object.

Applies a JSON patch document (multiple patches) to JSON object.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close