- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 08:07 AM
Hi,
I have this method:
public ActionResult MethodEZ(EZDokumentJson dokument)
JsonResult:
{
"Data1": "",
"Data2": null,
"Data3": null,
"Data4": null,
"DokumentId": "dvsd-5dsafd-55555-1111-afdfas"
}
I would like to ask you for help with collecting data from JsonResult.
Here are my last attempts that don't work.
My Data Collection look like this:
- ToString().Split(string/"DokumentId": ).[1].Split(string/,).[0]
- toString().split("DokumentId").[1].split(\,).[0]
Thanks....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 01:56 PM
I have already found a solution
Data().DokumentId
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 08:28 AM
Hi @Zoltan.Gutleber,
Thanks so much for following up with the solution. We really like to see members sharing new discoveries and insights with the community!
Thanks,
Ryan, Cisco AppDynamics Community Manager
Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.