Liking cljdoc? Tell your friends :D
Clojure only.

clj-json-patch.core


diffclj

(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

(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