Diff & Render JSON Data
"
react-diff-viz
is a React component that compares and renders complex object differences.This component integrates a diff algorithm and visual rendering."
- The left and right columns display the data, aligned to the height of corresponding field, and colored the different fields
- The component comes with the diff function. You can customize the diff function for fields
- The component has its own rendering function. You can customize rendering functions for fields
- Supports comparison of nested objects and arrays