JSON encoder?

Pondering the philosophy behind the language
Locked
jopython
Posts: 123
Joined: Tue Sep 14, 2010 3:08 pm

JSON encoder?

Post by jopython »

Is there a JSON encoder for newlisp?

xytroxon
Posts: 296
Joined: Tue Nov 06, 2007 3:59 pm
Contact:

Re: JSON encoder?

Post 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
"Many computers can print only capital letters, so we shall not use lowercase letters."
-- Let's Talk Lisp (c) 1976

Locked