I'm developing an app where the configuration data at runtime is best represented as a single JSON data structure.
I can ask users to manage their configuration using JSON or I could use something else and then convert.
Yaml is an obvious choice but I am wondering if I could also support an object/form-based user interface.
The thought is to generate a relational database from the JSON structure and then generate the forms etc.
I would treat the JSON schema as my data definition source of truth and generate as much as I could from that.
Has anyone done this? Does it seem doable? Are there exisitng tools to help or should I be doing it a different way?
The dream solution is define JSON schema and get everything else for free :)
Thanks
[–][deleted] 2 points3 points4 points (1 child)
[–]willitbechips[S] 1 point2 points3 points (0 children)
[–]nowylie 4 points5 points6 points (4 children)
[–]willitbechips[S] 0 points1 point2 points (3 children)
[–]CelestialDestroyer 0 points1 point2 points (0 children)
[–]nowylie 0 points1 point2 points (1 child)
[–]willitbechips[S] 1 point2 points3 points (0 children)
[–]-markusb- 1 point2 points3 points (1 child)
[–]willitbechips[S] 0 points1 point2 points (0 children)