Passing empty port to json-read hangs

Issue #111 resolved
Takashi Kato repo owner created an issue

This hangs:

(import (text json))
(json-read (open-string-input-port ""))

It would be nice to return EOF object.

Comments (1)

  1. Log in to comment