šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

react-simple-json-editor

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-json-editor

A simple json editor with json-schema validation

0.1.1
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
Ā 
Created
Source

šŸ–Œ React JSON Editor

CI/CD Codecov License

alt text

  • Download / Upload JSON file
  • JSON formatter: Minify, Prettify, Fix JSON content
  • JSON Schema Validation

Built with

Demo

Visit : https://sujinleeme.github.io/react-json-editor/

Installation

Git clone this repo and run yarn && yarn start.

Current Monaco Editor's Problems

Testing

As the initialization process is supposed to load some scripts from CDN, there is a problem with Jest (and other testing tools). It only shows "Loading..." and never gets the editor working in the test.

See : https://github.com/suren-atoyan/monaco-react/issues/88

Error-Message-Bar

OnValidate

In this web, there are multiple editor components and one of them has broken input, only onValidate of the last component is executed and it has the other component's markers values. The absence of the API for live model makers makes it harder to provide an alternative approach.

See: https://github.com/suren-atoyan/monaco-react/issues/182

TODO

  • Form integration
  • Toast notification message

License

MIT (2020)

Keywords

json

FAQs

Package last updated on 26 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts