Decode this to get a specific Value

Hello Koders,
I want to get value of “Detials” from the following json text.

{"Status":"Success","Details":"01i7-ql86-l493-9r8n-76s5","InsertStatus":"null”}

I tried a lots of methods i am familiar with but failed. Blocks would be really Appreciable.

Thanks in Advance!

Parse this json into dictionary and get key value of details… sample block already in community…

use json tools extension

  1. parse json
    blocks(3)

  2. get string value by attribute name
    blocks(1)

Why use an extension when it can be done easily with dictionary blocks ?

3 Likes

Use web component to decode json response and get value for key details

1 Like

i totally agree, it’s just my opinion as I’m much familiar with this extension

Json …Complete Guide …:pray: Please :sob::joy:

coming-soon

1 Like

Just for learning purposes with no extension. Simple as that …

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.