How to parse json data

I am sending the amount via a POST request to the server, which generates the QR code and returns a JSON response containing the status and the URL for the QR code PNG.

The server responds correctly

When I parse the JSON response in Niotron, I encounter a problem where the global variables status and qr_code_url are not returning values.

Here is my block image

Please check my block and help me how to setup it
I think parse json are not correct

Here is json

Could you kindly post a sample dummy JSON here? It would be very helpful for us to assist you better.


I think you are meant to used the JsonTextDecodeWithDictionaries block

1 Like

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