https://github.com/latticework/jsonpatchdiff
Visual tool to compare JSON documents and produce a JSON Patch document.
https://github.com/latticework/jsonpatchdiff
Last synced: 22 days ago
JSON representation
Visual tool to compare JSON documents and produce a JSON Patch document.
- Host: GitHub
- URL: https://github.com/latticework/jsonpatchdiff
- Owner: latticework
- License: apache-2.0
- Created: 2016-01-21T20:15:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T20:18:02.000Z (over 10 years ago)
- Last Synced: 2025-01-02T23:27:34.520Z (over 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started
1. Fork and clone this repo
1. `npm i`
1. Run the TypeScript compiler, watch for changes, start the server, and launch the browser `npm start`