For Geckoboard I want to generate a JSON like this:
{
"item": [
{
"value": "274057"
},
[
"38594",
"39957",
"35316",
"35913",
"36668",
"45660",
"41949"
]
]
}
I am struggling with the missing property before the array.
How must the C# Class look like to serialize to that?