I’m enabled to figure of the error
Deserialize JSON: Unexpected character encountered while parsing value: j. Path ‘’, line 0, position 0.
I want to scrape datatable from the following website
I’m enabled to figure of the error
Deserialize JSON: Unexpected character encountered while parsing value: j. Path ‘’, line 0, position 0.
I want to scrape datatable from the following website
Hello @Darshan_Kulkarni ,
Please find a similar post. Also is there any unwanted characters in the json?
The first part of the response text is not in JSON format:

Replace it with e.g. { "array" :

And change the last ) to }

After this you can deserialize the json string.

great ! Solved
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.