;;;; A Toy parser for a most of JSON. ;;;; Specificially, double-quote characters are not escaped in strings ;;;; And the full range of numbers defined in the JSON specification are ;;;; not supported. This is file is intended to be a demonstration (defpackage "json-parzival" (:use :cl :parzival)) (in-package "json-parzival") ;;; Parses and returns JSON's null value (< T, false => NIL (<