Hi,<br><br>  I am writing some code with json. Request may look likes (hasheq &#39;action &quot;doit&quot; &#39;arg1 &quot;a&quot; &#39;arg2 &quot;b&quot;). <br><br>  Is there any function or library which can apply a proc with hasheq? The expected result is (proc #:action &quot;doit&quot; #:arg1 &quot;a&quot; #:args &quot;b&quot;)?<br>
<br>Thanks,<br>Haiwei<br>