Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  • JSON Diffhttp://tlrobinson.net/projects/javascript-fun/jsondiff
    • Good
      • Takes JSON syntax and hierarchy into consideration so no incorrect diffs
      • Ignores order so no incorrect diffs
      • Resulting tree displaying the diffs can be expanded and collapsed
    • Bad
      • No merge facilities
      • Cannot Can only diff one snippet of JSON at a time, not directory tree of JSON files
      • Cannot diff collated configuration tree
      • Cannot link nodes with different names to treat them as the same node
      • Can only diff JSON, not JSON with JCR etc.
      • Does not show visually what is a folder, node, or property

...