In my current project, I am creating unique tables dynamically and displaying them using JavaScript after making an AJAX call. Instead of writing individual code for each table, I'm looking to establish a standard layout where I can customize the design through values stored in a JSON object within my JavaScript file. Is it possible to store this object in a separate file and access it like a properties file for better organization?