Page 1 of 1

JSON encoder?

Posted: Thu Nov 21, 2013 3:33 am
by jopython
Is there a JSON encoder for newlisp?

Re: JSON encoder?

Posted: Thu Nov 21, 2013 9:40 am
by xytroxon
Jeff Ober did some JSON code some years ago.

Module: Json
JSON parser and encoder; requires util.lsp (updated for newlisp 10)
lisp->json json->lisp

http://static.artfulcode.net/newlisp/

-- xytroxon