json-data-encoding
Json_query.Make
module Repr : Json_repr.Repr
val query : path -> Repr.value -> Repr.value
Same as query for a custom JSON representation.
query
val query_all : path -> Repr.value -> Repr.value list
Same as query_all for a custom JSON representation.
query_all
val insert : path -> Repr.value -> Repr.value -> Repr.value
Same as insert for a custom JSON representation.
insert
val replace : path -> Repr.value -> Repr.value -> Repr.value
Same as replace for a custom JSON representation.
replace
val merge : Repr.value -> Repr.value -> Repr.value
Same as merge for a custom JSON representation.
merge