Ticket #20 (closed defect)

Opened 16 years ago

Last modified 15 years ago

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

json.ss Download (7.9 KB) - added by dherman 16 years ago.

Change History

Changed 16 years ago by dherman

Changed 15 years ago by dherman

  • status changed from new to closed
  • pltversion set to 4.0

Fixed in 1:2.

Note: See TracTickets for help on using tickets.