nope. still not working. i don’t know how to make this any clearer. i need a nested array. needs to look like this, because this is what the webapp itself is actually sending through _GET/_POST:
discArray: {
827422: {
building_Name: "Palace of Doom",
directives: {
0: {
id: 132421,
reportID: "2927483",
dCode: "EP0ss309",
dInfo: "keep dry and free of water",
dDue: "2020-05-14",
... &c.
},
1: {
id: 132421,
reportID: "2927483",
dCode: "EP0ss309",
dInfo: "keep dry and free of water",
dDue: "2020-05-14",
... &c.
},
}
}
}
so when i made the changes you suggested, i basically got the same thing again: just strings, not nested arrays:
i hope this helps understand what i need a bit better. if not, please let me know. because if i’m stuck using one dimensional arrays, then this whole app is useless… and i doubt that’s the case. so i’m just needing to know how to give what it needs to do the job.