With the growing interest from new programmers with #hacktoberfest, I decided to add a Contributing.md to my repositories.
This is what I came up with.
agneym / json-formatter
An extensible JSON Viewer, Editor, Formatter, Validator based on Monaco Editor
JSON Crew
An extensible JSON Viewer, Editor, Formatter and Validator that works completely on the client side.
Features
- 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.
How to create a JC Plugin
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β¦
What do you guys think? Is there anything more you would like to see?
How can we do better to be in the shoes of a new developer trying to contribute?
Top comments (0)