Skip to content

⚾ A playground for wI2L/jsondiff, runs in the browser

License

Notifications You must be signed in to change notification settings

wI2L/jsondiff-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43f1245 · Mar 4, 2024

History

37 Commits
Feb 16, 2024
Mar 4, 2024
Mar 4, 2024
Mar 4, 2024
Apr 8, 2022
Feb 16, 2024
Apr 4, 2022
Apr 4, 2022
Feb 17, 2024
Feb 16, 2024
Mar 4, 2024
Mar 4, 2024
Feb 16, 2024
Feb 16, 2024
Apr 16, 2022
Apr 11, 2022
Feb 16, 2024

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