newLISP Fan Club

Forum => Whither newLISP? => Topic started by: jopython on November 20, 2013, 07:33:28 PM

Title: JSON encoder?
Post by: jopython on November 20, 2013, 07:33:28 PM
Is there a JSON encoder for newlisp?
Title: Re: JSON encoder?
Post by: xytroxon on November 21, 2013, 01:40:04 AM
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