Hello,
I have a solution file, where the input page url is an aspx file which contains json data, its very big file which contains all the columns with the string.
When I run my code, I am getting error as- After parsing a value an unexpected character was encountered: P. Path 'Rows[1253].Comment', line 1, position 14353720.
It clearly showing there is some error on the comment field. But in that big file how can I identify with Id is givng it?
Is there any simple code that I can test this url and find out where exactly the parsing error is?