Skip to content

Web-based UI for editing local .json-files according to a pre-defined JSON schema.

Notifications You must be signed in to change notification settings

wanieru/json-tool-docker

Repository files navigation

json-tool-docker

Docker Image which provides a Web UI for editing local JSON-files according to custom-defined JSON Schemas / tsch-objects.

Simply create .js-files in the schemas volume to define the schemas and which .json-files they should be used for, and put .json-files in the jsons volume.

The schemas directory contains a couple of examples.

{
  "version": "3",
  "services": {
    "json-tool-docker": {
      "restart" : "always",
      "image": "wanieru/json-tool-docker:latest",
      "ports": [
        "5000:5000"
      ],
      "volumes":[
        "./schemas:/app/schemas"
        "./jsons:/app/jsons"
      ]
    }
  }
}

About

Web-based UI for editing local .json-files according to a pre-defined JSON schema.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published