patdex
patdex

Reputation: 31

How do I create an automatically generated GUI in C# to edit a configuration file that corresponds to a specific JSON schema?

What possibilities exist to efficiently create a graphical form in C# that allows editing a JSON file based on a JSON schema?

During my online research I already came across the VisualJsonEditor.

Are there any alternatives or even a completely different approach?

Upvotes: 0

Views: 24

Answers (0)

Related Questions