Skip to content

Latest commit

 

History

History

readme.md

Json Diff Checker

BUGS:

  • closing bracket not rendering correctly. if having empty object.
  • not rendering if having consecutive nested objects
  • last remaining closing bracket not rendering correctly
  • check for null and undefined values
  • last line number not updating correctly
  • render empty array/ object on the same line.
  • from DiffView remove ref for every key. Only add to the extra keys.
  • rows in DiffView is re-rendering on hide/show operation
  • Update copy diff text when rendered from url

Features:

  • compare two json files
  • Fetch data from json url
  • show diff in file preview
  • show extra keys
  • click on the key to scroll to the key in the file
  • copy diff as text
  • show meta data
  • show time taken to compare
  • Optimize the diff algorithm
  • diff preview add load more button
  • Scroll both the files simultaneously
  • Add file name change option while copying diff as text
  • Write Test cases