not an ideal solution but this is how i address the problem:

json_get_field("$var(result)", "status", "$var(status)");
$var(status) = $(var(status){s.strip,1});     #strip quotes
$var(status) = $(var(status){s.striptail,1}); #strip quotes


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.