I am getting this error while deserialization the Json.
Please resolve.
HI ,
Can you send sample Json file . The json deserialize type may be having wrong type in variable.
I can’t show it for security reasons but its starting from square bracket.
Not the exact file . Write the structure alone like replace all the words to a,b,c like that .
Its something like:
[
{
“Requestjson”: {
" Data":[
{
“Taskby” : “bo”
{
}
]
}
]
Hi ,
The given sample is showing as not a valid json .
It should be something like this . Please confirm.
[
{
“Requestjson”: {
“Data”:[
{
“Taskby” : “bo”
}
]
}
}
]
@ankur.kaushik Can you update the package UiPath.WebAPI.Activities and see how it goes
I tried with the sample. The Json array is converting . But to access requestJson itself use the jsonobj next .Try with json online parser , with each bracket create on deserializer.