Trying to get some information about a youtube video:
http://gdata.youtube.com/feeds/api/videos/BDQqSnSEuyk?v=2&alt=jsonc&callback=storeInfo
The result is JSON.
I try using deserialize it with JSON.net:
JObject JObj = (JObject)JsonConvert.DeserializeObject(gDataResult);
I get this error:
Error parsing comment. Expected: *, got /. Path '', line 1, position 1.
It is because of the single // comment.