Irmin.Json_treeSourcemodule Store : sig ... endinclude Contents.S with type t = Contents.jsonThe type for user-defined contents.
Merge function. Evaluates to `Conflict msg if the values cannot be merged properly. The arguments of the merge function can take None to mean that the key does not exists for either the least-common ancestor or one of the two merging points. The merge function returns None when the key's value should be deleted.
Extract a json value from tree at the given key.
Project a json value onto a tree at the given key.
Extract a json value from a store at the given key.
Project a json value onto a store at the given key.