Array Flat contains 3 Indexed arrays of data (0, 1, 2)
"arrayFlat": [
{ // Index 0
"int1": 1,
"int2": 2,
"float1": 3,
"float2": 4
},
{ // Index 1
"int1": 11,
"int2": 12,
"float1": 13,
"float2": 14
},
{ // Index 2
"int1": 21,
"int2": 22,
"float1": 23,
"float2": 24
}
]
- Convert Struct to JSON string
- Break complex string into substrings which outputs an array of JSON strings
- Loop the Array (foreach) → Loop the strings (for)