I have modified my split template application, developing for windows 8. I need to retrieve the data from online JSON file for my template. I have created Class file(.cs) which retrieves data from online JSON file where you can find it here. But when I try to compile, it shows the following
An exception of type 'System.Exception' occurred in mscorlib.dll but was not handled in user code
WinRT information: Invalid character at position 83.
Additional information: Invalid JSON string.
if there is a handler for this exception, the program may be safely continued.
I am new to JSON, Can anyone help me in creating a JSON file. You can refer screenshots here.
Thanks in advance. Answers will be highly appreciated.