package ocplib-json-typed

  1. Overview
  2. Docs

Parameters

Signature

val query : path -> Repr.value -> Repr.value

Same as query for a custom JSON representation.

val query_all : path -> Repr.value -> Repr.value list

Same as query_all for a custom JSON representation.

val insert : path -> Repr.value -> Repr.value -> Repr.value

Same as insert for a custom JSON representation.

val replace : path -> Repr.value -> Repr.value -> Repr.value

Same as replace for a custom JSON representation.

val merge : Repr.value -> Repr.value -> Repr.value

Same as merge for a custom JSON representation.