Crates.io | json-patch-ext |
lib.rs | json-patch-ext |
version | 0.1.0 |
source | src |
created_at | 2024-11-08 18:26:59.603042 |
updated_at | 2024-11-08 18:26:59.603042 |
description | Unofficial extensions and helpers for json_patch |
homepage | |
repository | |
max_upload_size | |
id | 1441422 |
size | 19,191 |
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>}}}
.