``` diff two json file
USAGE:
jsondiffpath-cli diff
ARGS:
OPTIONS: -h, --help Print help information ```
LEFT_JSON:
json
{
"bar": [
1, 2, 3
],
"foo": 10
}
RIGHT_JSON:
json
{
"bar": [
2, 3, 4
],
"foo": 11
}
diff: