Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

lucas-koehler/jsoneditor

 
 

Repository files navigation

Json Editor

This repository contains a re-usable editor component that renders a tree-master-detail JSON editor by using JsonForms 2. Furthermore, the repository contains a standalone demo based on a JsonSchema resembling EMF's Ecore model.

Build

Run npm install to install dependencies. Run npm run build to build the module. The build results are located in /dist/.

Run Demo

If not already done, run npm install to install dependencies. Run npm run dev to start the standalone editor. It is available at http://localhost:8080/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.4%
  • CSS 13.0%
  • JavaScript 7.2%
  • HTML 2.4%