this isn't a very specific question, so sorry in advance.
I have a folder called Crews, and it contains json files.
I'm using WTForms to create a drop down list, and I want the list to be populated with the names of the json files within that folder, but I don't know how to go about this.
(I'm creating a web app that visualizes the chosen json data, so the form will contain a function that returns the chosen json data, which is called by the d3.js code)