Yes. This post has links to 2 other posts.
It also uses Json. Convert the array to string with json and then save the string to storage.
To load it, you load the string and convert it to a variable.
Sometimes you can use the json string directly other times you need to use a variable to temporarily hold the string before converting it back to an array variable.