Json descripte


christian tavares
 

Hello! I have a json and I would like to descript it, but the problem that json is a array objects of array objects. I was seeing the include/json.h and I can't find the way to describe that json. 

The format is : 

{
"product":[
[
{
"test":"1",
"mode":"test",
}
],
[
{
"test":"2",
"mode":"test",
}
]
]
}

Someone could help me ?

Join {devel@lists.zephyrproject.org to automatically receive all group messages.