Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 333 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 333 Bytes

chau

colorful diffs for MongoDB's JSON

How to use

before.json

{
  "foo": "foo",
  "bar": "bar"
}

after.json

{
  "foo": "foo2",
  "bar": "bar2"
}

chau -b before.json -a after.json foo

{
  "bar" : "bar2" // != "bar"
}

-b: before json file.

-a: after json file.

other: filter key words.