This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP-EXP432E401Y: JSON - Dynamic Array

Part Number: MSP-EXP432E401Y

Is there any way to work with arrays as items of JSON template which count is not fixed i.e. specified in the template.

So instead of

#define Item_template   \
"{"                     \
    "\"ID\": int32,"     \
    "\"NAME\": [string],[string],[string]" \
"}"

I would like to do something like

#define Item_template   \
"{"                     \
    "\"ID\": int32,"     \
    "\"NAME\": [string]" \
"}"

Regards
Peter