Socket
Socket
Sign inDemoInstall

react-json-editor-ajrm

Package Overview
Dependencies
3
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-json-editor-ajrm

A stylish, modular, react component for viewing, editing, json and more!


Version published
Weekly downloads
57K
decreased by-9.62%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

react-json-editor-ajrm



A stylish, modular, react component for viewing, editing, json and more!

Using npm:

$ npm i -g npm
$ npm i --save react-json-editor-ajrm

How to Use

    import JSONInput from './src/components/jsoninput';

    <JSONInput
        placeholder = { sampleObject }
        colors      = { darktheme }
        height      = '550px'
    />

See full working example

Latest Release Notes

  1. Light theme now included in example file.
  2. Tomorrow a website will be released so that you can interact with this component live.

Set Up

If you'd like to interact with it right away. Follow these instructions.

  1. Clone github repository
  2. Run the following on the command line tool in the local directory of the repo to install dev dependencies: npm i
  3. Run the following on the command line tool in the local directory of the repo to launch: npm start
  4. Open browser and set web address to: localhost:8080

Features

  1. Write as if you are in a text editor.
  2. Checks for syntax mistakes and provides feedback.
  3. You can customize color palette as you please.
  4. Accepts a javascript object in props.placeholder to display after component mounts.
  5. For any valid textContent, calculates and makes available in this.state as plain text, markup text, and javascript object.

Built With

  • React.js and Vanilla Javascript Javascript, ES5, ES6
  • Also requires: "babel-plugin-transform-object-rest-spread": "^6.26.0"

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Keywords

FAQs

Last updated on 18 Jan 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc