Looks like someone beat me to the punch on json.writer fix
parent
d2599b3633
commit
350a6cb6b0
|
@ -12,9 +12,6 @@ GENERIC: json-print ( obj -- )
|
||||||
#! Returns a string representing the factor object in JSON format
|
#! Returns a string representing the factor object in JSON format
|
||||||
[ json-print ] with-string-writer ;
|
[ json-print ] with-string-writer ;
|
||||||
|
|
||||||
M: t json-print ( f -- )
|
|
||||||
drop "true" write ;
|
|
||||||
|
|
||||||
M: f json-print ( f -- )
|
M: f json-print ( f -- )
|
||||||
drop "false" write ;
|
drop "false" write ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue