<div dir="ltr">Hi Folks - I am using JANSSON to store JSON data in an htable.  How does one remove an entire element from a JSON?<div><br></div><div>I do not see a specific function mentioning clear or remove exposed in the Kamailio module, but do see various clear/remove methods in the underlying C library. </div><div><br></div><div>Below does set the value of key foo to null.  I would like to remove both the key and value of foo. </div><div><br></div><div><font face="monospace">jansson_set("null", "$var(foo)", "$var(json)", "$var(result)");<br></font></div><div><br></div><div><br></div><div>Running Kamailio v5.4</div><div>Debian 10</div><div><br></div><div><br></div><div>-Jeremy </div><div><br></div></div>