Facing issue while Deserialize Json activity

Deserialize JSON: Cannot create and populate list type Newtonsoft.Json.Linq.JToken. Path ‘result’, line 1, position 11.

@Sachin_Jadhav
First step of analysis could be to verify the JSON. You can do it here: https://jsonlint.com/

2 Likes

Json is Valid

in your project “json.net” package added as dependencies?

Perfect. Now we do need more details. maybe you can share some screenshots along with description or some code lines. If is possible upload the json as well or post it by using the </> format button

2 Likes

Hello,
In this video I do a lot of stuff with JSON (Chapter included) :
1:35 Deserialize simple JSON
2:50 Deserialize a JSON with an Object inside
3:55 Deserialize a JSON with Array inside
6:00 When we use Deserialize JSON Array activity
7:00 Deserialize a JSON with a List of Strings inside

Thanks,
Cristian Negulescu

1 Like

@Sachin_Jadhav Hello. please advise if you found a root cause of this error? Thanks