Hi ,
this is my response from API .
“body”: {
“type”: “doc”,
“version”: 1,
“content”: [
{
“type”: “paragraph”,
“content”: [
{
“text”: "RPA Test ",
“type”: “text”
}
]
}
]
}
I can get the type - doc using below syntax.
(“body”)(“type”).ToString
I want to get the - “text”: "RPA Test ", I tried below its throwing Error.
(“body”)("content ")(“content”).ToString
any correction here?
Regards,
Srenivasan Kannan