Transform the array to a struct, the index of the array is the key of the struct
arrayToStruct(array) → returns struct
arrayToStruct(array)
→ returns struct
array.toStruct()
serializeJSON(arrayToStruct(["a","b"]));
Expected Result: {"2":"b","1":"a"}