| Crates.io | jsondiff_rs |
| lib.rs | jsondiff_rs |
| version | 0.1.0 |
| created_at | 2023-03-12 08:43:26.320609+00 |
| updated_at | 2023-03-12 08:43:26.320609+00 |
| description | JSON Diff implementation in Rust |
| homepage | https://github.com/Nero5023/jsondiffpatch.rs |
| repository | https://github.com/Nero5023/jsondiffpatch.rs |
| max_upload_size | |
| id | 807887 |
| size | 29,675 |
diff two json file
USAGE:
jsondiffpath-cli diff <LEFT_JSON> <RIGHT_JSON>
ARGS:
<LEFT_JSON>
<RIGHT_JSON>
OPTIONS:
-h, --help Print help information
LEFT_JSON:
{
"bar": [
1, 2, 3
],
"foo": 10
}
RIGHT_JSON:
{
"bar": [
2, 3, 4
],
"foo": 11
}
diff:
