I have a list made of two strings followed by a variable number of lists each composed of a variable number of strings eg.
["a","b",["c","d"],["ef","gh"]...].
Can someone tell me what is the best way of saving this kind of item to a file and later reading it in again?
["a","b",["c","d"],["ef","gh"]...].
Can someone tell me what is the best way of saving this kind of item to a file and later reading it in again?