RicoSuter/VisualJsonEditor

Schema Editing

Open

#6 geöffnet am 22. Juli 2016

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (92 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (371 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

When opening any json file the editor immediately requires me to open a schema. However I don't have a schema. So I cannot edit it at all with that editor.

My wish is an enhancement in this direction. I see two possibilities:

  1. Add full-blown schema editing (preferred)

  2. Use optionally a generator to create a schema from the loaded json file.

    -> There are several schema generators available like npm -> However you might need need to add a setting for the npm binary path

Contributor Guide