Encode a vl-timeunit-p as a JSON string.
(jp-timeunit x &key (ps 'ps)) → ps
Function:
(defun jp-timeunit-fn (x ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard (vl-timeunit-p x))) (let ((__function__ 'jp-timeunit)) (declare (ignorable __function__)) (jp-str (vl-timeunit->string x))))