package json-pointer

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

doc/CHANGES.html

v1.0 (2026-09-06)

  • Implement RFC 6901 parsing, formatting, URI fragment encoding, and context-sensitive evaluation with a single token-based pointer type.
  • Implement the RFC 6902 JSON Patch operations.
  • Implement RFC 8620 JMAP result-reference wildcard evaluation.
  • Add Jsont codecs and query/update combinators.