An extensible JSON Viewer, Editor, Formatter and Validator that works completely on the client side.
- JSON Viewer & Editor
- JSON Formatting with options.
- JSON Validation with respect to readily available schemas (with option to bring your own schema)
- PWA - You can install this directly from your browser.
- Upload JSON from your system or load directly from URL
- Download formatted JSON
- Share JSON with peer to peer
- Search & Replace words/expressions with support for case matching, regular expressions
- Multi-cursor editing support
- Editor theming support
- Supports Plugins to extend Functionality.
JSON Crew Plugin system is based on Web Components.
It gives the JSON data entered by the user as input to the web component and allows it to render the UI for plugin area. From here, you can transform the JSON and emit a custom event json-transform
with transformed JSON as the transformation response.
- Web Component gets
data
as input - Render UI and allow user to configure the transformation
- Emit a custom event
json-transform
to show the transformed JSON to the user. - Give me a PR editing the listing file
A Starting Template with Lit Element can be found here
npm install
npm start
Development server started at http://localhost:3000.
For more details, view Contributing Guidelines
Thanks goes to these wonderful people (emoji key):
Amal Jose A 🔌 |
This project follows the all-contributors specification. Contributions of any kind welcome!