JMAP object parser with JSON Pointer querying and patching support
Find a file
Maurus Decimus 7c97fb66a7 v0.1.6
2026-06-15 21:00:30 +02:00
LICENSES Initial commit 2025-07-29 12:05:18 +02:00
src v0.1.6 2026-06-15 21:00:30 +02:00
.gitignore v0.1.6 2026-06-15 21:00:30 +02:00
Cargo.toml v0.1.6 2026-06-15 21:00:30 +02:00
CHANGELOG.md v0.1.6 2026-06-15 21:00:30 +02:00
README.md Fixed parsing ids containing digits in JSON Pointers 2026-05-05 18:13:58 +02:00

jmap-tools

crates.io build docs.rs crates.io

jmap-tools is a Rust library for working with JMAP objects. It provides a straightforward way to parse, inspect, and modify JMAP data structures.

In addition to parsing, the library includes built-in support for JSON Pointer (RFC 6901), which lets you:

  • Query deeply nested elements within arbitrary Rust objects using JSON Pointer paths.
  • Patch object elements in place, replacing or updating values without rewriting the entire structure.

This makes it easy to build servers, clients, or tools that need to manipulate JMAP objects reliably and efficiently.

License

Licensed under either of

at your option.

Funding

Part of the development of this library was funded through the NGI Zero Core, a fund established by NLnet with financial support from the European Commission's programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101092990.

If you find this library useful you can help by becoming a sponsor. Thank you!

Copyright (C) 2020, Stalwart Labs LLC