Hi all,
I tried to parse the JSON here under coming from thirdy part web service.
I was able to parse only the inner part using NI "unflatten from JSON". The main problem are:
1) this JSON is an array of different type objects
2) this JSON contain value without name
Every advice will be helpfull and thanks in advance
Golzio
[{
"name": "DC Comics",
"rev": [
[1389826800000, {
"Note": "Note Title 1",
"Vote": "EVEN",
"createdBy": "Batman",
"timeInMills": 1389826800000,
"detailNote": "This a detailed note"
}],
[1391122800000, {
"Note": "Note Title 2",
"Vote": "EVEN",
"createdBy": "Superman",
"timeInMills": 1391122800000,
"detailNote": "This a detailed note"
}],
[1392418800000, {
"Note": "Note Title 3",
"Vote": "EVEN",
"createdBy": "Wonderwoman",
"timeInMills": 1392418800000,
"detailNote": "This a detailed note"
}]
]
}, {
"name": "Marvel",
"rev": [
[1388530800000, {
"Note": "Note Title 3",
"Vote": "EVEN",
"createdBy": "Spiderman",
"timeInMills": 1388530800000,
"detailNote": "This a detailed note"
}]
]
}]