A playground for wI2L/jsondiff. Supports most of the options.
To run the application locally, first install the dependencies, and launch the development server using the following commands:
$ npm install
$ npm run dev
Open http://localhost:5173/ in your browser to access the application.
You can switch between a raw JSON output view to a Tree view to visualize the resulting patch. Use the ⌃ Control + V keyboard shortcut to switch between the two.