Do you know? In fact, the C3 Array file has such a data structure inside it, so we can convert it.
{
"c2array": true,
"size": [7, 9, 1],
"data": [
[["ID"], ["Screen1_Intro"], ["Screen1_Intro"], ["Screen1_Intro"], ["Screen1_Fruit"], ["Screen1_Apples"], ["Screen1_Oranges"], [""], [""]],
[["Name"], ["Alice"], ["Bob"], ["Alice"], ["Alice"], ["Bob"], ["Bob"], [""], [""]],
[["Text"], ["Hi, Bob! How are you today?"], ["I'm ok, thank you, Alice. How about you?"],["Perfect!"], ["I was just wondering, do you like apples or oranges better?"], ["I love apples! They're my favorite fruit."], ["Oranges are great too, especially for a refreshing snack."],[""],[""]],
[["Choice1-Text"], [""], [""], [""], ["Apples"], [""], [""], [""], [""]],
[["Choice2-Text"], [""], [""], [""], ["Oranges"], [""], [""], [""], [""]],
[["Choice1-Next"], [""], [""], [""], ["Screen1_Apples"], [""], [""], [""], [""]],
[["Choice2-Next"], [""], [""], [""], ["Screen1_Oranges"], [""], [""], [""], [""]]
]
}