Skip to content

wI2L/jsondiff-play

Repository files navigation

jsondiff Playground

A playground for wI2L/jsondiff. Supports most of the options.

Preview

Getting started

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.

Tree view

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.

Tech stack