The simple question: what is wrong with the line of script shown? I'm using the same string value passed into the "load from json string" line above, so I don't understand why it's not compiling for the script.
Where I'm going with this? I want to convert my arrays to base64 strings for security/privacy and save the base64 string to a variable in the code. Then at runtime, I want to use javascript to convert them back to standard strings and load the string into the array. The shown code doesn't have the base64 encoding yet.
Thanks