<div dir="ltr">Hey All,<div><br></div><div>I seem to be having some very simple issues with the json module. The following code in my config:</div><div><br></div><div>$json(k) := &quot;[1,2]&quot;;<br></div><div><div>xlog(&quot;L_ERR&quot;,&quot;Kurtis $json(k)&quot;);</div>

</div><div><br></div><div>Is producing the following output:</div><div><br></div><div>Jul  7 23:59:00 NAME /usr/sbin/opensips[6379]: Kurtis2 &lt;null&gt;<br></div><div><br></div><div>This looks to be as simple as I can get a json command, but I can&#39;t figure out why it&#39;s null. Changing the  &quot;:=&quot; to a &quot;=&quot; and the &quot;[1,2]&quot; to a &quot;4&quot; works, but that&#39;s just a normal variable. Anyone know what&#39;s up?</div>

<div><br></div><div>Thanks!</div></div>