[cl-json-devel] jsonp

Haris fbogdanovic at xnet.hr
Tue Apr 12 21:28:20 UTC 2011


Hi.

Can someone give me an example of using jsonp ?
For example, I have a lisp function:
(defun add (x y)
    (+ x y))
and I want to call it from javascript:
add (2, 2);
How do I do that ?

Thanks




More information about the cl-json-devel mailing list