Replacement for JSON component / component for printing values from API

Hello everyone, I did in the WEB component sending a URL in the API and the API returns text to me, how can I make a variable that will contain what is obtained from the API and display an excerpt from it. Example of what I get in the API:

I want to make a variable called a status that will contain what is received roughly: responseStatus and then check if it is worth doing … or not doing …

I was told that it can be done with a json component, but I would love to know if there is an extension that replaces the JSON + A short and clear guide on how to do what I wanted.

Thanks in advance.

Use dictionary blocks. Iniatlize a global variable to an empty dictonary. When web got text set global variable to call web json text decode response content from api. After that use get value for key block

2 Likes

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