package json-pointer

  1. Overview
  2. No Docs
RFC 6901 JSON Pointer implementation for jsont

Install

dune-project
 Dependency

Authors

Maintainers

Sources

json-pointer-1.0.tbz
md5=154a8d5caa45d40535d97108bea3a683
sha512=88a34ef7ec9ddb3f88009a7ac854e2e92be5a376a14c1a760a7bddd8e867723b22fee0ae417a29e4a502110d4bd0f28ea669160220f57df48bfb47cfe1af9b6b

Description

This library provides RFC 6901 JSON Pointer parsing, serialization, and evaluation for jsont values and codecs. It also provides the RFC 6902 JSON Patch operations and RFC 8620 JMAP wildcard evaluation.

Added to opam-repository:

Dependencies (4)

  1. uri >= "4.0.0"
  2. jsont >= "0.3.0"
  3. ocaml >= "5.2.0"
  4. dune >= "3.21"

Dev Dependencies (3)

  1. odoc with-doc
  2. mdx >= "2.4.1" & with-test
  3. bytesrw >= "0.3.0" & with-test

Used by

None

Conflicts

None