Hi,
I'm using text files in JSON format as input to my java/perl programs.
I would like to allow novice users to generate such JSON files themselves, following some template. Is there some GUI that allows easy, step-by-step creation of a JSON file?
It should allow filling in fields with text, choosing file locations etc. Also note the input format is not totally fixed - for example there are a couple of arrays where the number of elements can be chosen by the user, so the GUI should account for this flexibility too.
Thanks!