EECS 325 JSON Examples

This is a static HTML page, with associated style, image, and JavaScript assets, being served by the Lisp web server.

PUT Echo Demo

Enter JSON data and click Send. The data will be sent to the server, which will send it back for display.

POST Data Demo

Enter a legal Lisp variable name and a value. The value will be pushed onto a list stored under that variable, if not already there. The new list of stored values is returned.

Saved Data

GET Exported Symbols Demo

Enter a partial symbol name, e.g., format or read, and a Lisp package, e.g., common-lisp. Click Search to see all exported symbols in the package that contains that name.