json-read goes infinite loop if string terminates without delimiter

Issue #129 resolved
Takashi Kato repo owner created an issue

This hangs up:

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

Comments (1)

  1. Log in to comment