On 30.07.2019 10:40, Hamid Hashmi wrote:

it gives me a NULL Value. What am I doing wrong?

Sounds like you're using the "=" assignment operator instead of the ":=" one,
which is the proper way of telling the module to parse a JSON input string.

So, for example, you'd do:

$json(response) := $var(rest_client_result);

Cheers,

--
Liviu Chircu
OpenSIPS Developer
http://www.opensips-solutions.com

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to