Ticket #20 (closed defect)
rendering of Scheme values
Reported by: | dherman | Owned by: | dherman |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | dherman/json.plt | Keywords: | |
Cc: | Version: | ||
Racket Version: | 4.0 |
Description
Dave Gurnell wrote:
Hi Dave,
Another little bug in json.plt. This one is in writing the Scheme values #t, #f and void. It renders them with quotes:
#t ==> "true" instead of true
#f ==> "false" instead of false
void ==> "null" instead of null
The patch is simple enough... included below.
Cheers,
-- Dave
Attachments
Change History
Note: See
TracTickets for help on using
tickets.