This function writes a JSON data input file for MAS

write_data(data_list, outfile_path)

Arguments

data_list

the list of data inputs, where each list slot corresponds to a data type needed by MAS

outfile_path

the path to the data file you want to write. This should end with a .json file extension.

Value

the string containing the json data file to write.