| Crates.io | json-patch-ext |
| lib.rs | json-patch-ext |
| version | 0.3.0 |
| created_at | 2024-11-08 18:26:59.603042+00 |
| updated_at | 2025-06-30 19:40:39.896449+00 |
| description | Unofficial extensions and helpers for json_patch |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1441422 |
| size | 55,266 |
Unofficial extensions and helper functions for the json-patch crate.
* operator when adding/replacing/removing elements: applies the operation to all elements in the
array at that location in the path/foo/bar/baz, and your JSON object
looks like {"foo": {}}, the result of the add operation will be {"foo": {"bar": {"baz": <value>}}}.matches function returns the matching paths and values for a query string