Importing Text Files
I am importing a text files that uses more than just commas to separate values. Here is the basic function I am using. open("$desktop/jsonfiles/test.json","text") How do I modify the function to identify other characters such as "[" to be used to identify a new column of data?