Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 674 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 674 Bytes

Falcon - JSON diff tool#

In the end of the day we all work with JSON. One way or another. From time to time we need to have a precise information about what is the difference between two JSONs, right ? Thats basically it ! Falcon is a simple diff tool which works in one of two modes:

  • compere by values
  • compere by key

If you want to try Falcon you can find it here

Technology stack used:

  • Twitter Bootstrap ( link )
  • JQuery ( link )
  • JQuery.hotkeys ( link )
  • json-diff ( link )