Hi there,
I need to convert a Table to a JSON file, for instance:

To this JSON file:
{
"file": {
"checksum": "blablabla"
},
"data": [
{
"parameter": {"qCCV":"blablabla"},
"values": [
{
"contextSource": "EAC(Carbamidomethyl)FAVEGPK",
"value": "222483000"
},
{
"contextSource": "HLVDEPQNLIK",
"value": "40148300"
}
]
}
]
}
I’ve seen that there’re several ways tro do it but I don’t know what’s the optimal approach. Any idea?
Thank you very much.
Roger