Looks like someone beat me to the punch on json.writer fix

db4
Joe Groff 2008-12-03 11:36:02 -08:00
parent d2599b3633
commit 350a6cb6b0
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ GENERIC: json-print ( obj -- )
#! Returns a string representing the factor object in JSON format
[ json-print ] with-string-writer ;
M: t json-print ( f -- )
drop "true" write ;
M: f json-print ( f -- )
drop "false" write ;