You can save all arrays in one text file - one line per array.
The arrays can be in JSON format or simply a list of values separated by comma or any other symbol.
Use tokencount and tokenat expressions to parse the file, for example:
tokenat(AJAX.lastdata, 0, newline) will give you the first line from the file.
Or you can use CSV plugin: