I have validated it with http://jsonlint.com/, and it is a valid Json string. However, I cannot parse this with Newtonsoft Json in CSharp. I am using Newtonsoft V9.0.1.
[{
"Test": {
"ID": "Test1",
"Name": "Name1"
}
}, {
"Test": {
"ID": "Test2",
"Name": "Name2"
}
}]
The exception returned is: "Unexpected character encountered while parsing value: . Path '', line 0, position 0."