Hello folks, can anyone tell me how I should set out my array in the JSON file please? So far I have, for example:
{
"language": ["word1", "word2", "word3", "word4", "word5", "word6"]
}
I know the data is being retrieved from the JSON file using AJAX.LastData. However, i'm unsure how to acquire certain words from this array, and populate an entire array in construct. At the moment I have:
On "wordsjson" completed:
HashTable -> Load hash table from JSON string AJAX.LastData
Array -> Load from JSON string HashWords.At("language")
Thanks a lot, Rogalog.