EECS 325 JSON Examples

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

POST Data Demo

Enter a key and a value and click Send. The key and value will be stored on the server, and a JSON object with all stored key-value pairs returned.

Returned JSON

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.