json.writer: Didn't end up using present vocab after all.
parent
1f1f8d9839
commit
fb0cae4790
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors kernel io.streams.string io strings splitting
|
USING: accessors kernel io.streams.string io strings splitting
|
||||||
sequences math math.parser assocs classes words namespaces make
|
sequences math math.parser assocs classes words namespaces make
|
||||||
prettyprint hashtables mirrors tr json fry combinators present ;
|
prettyprint hashtables mirrors tr json fry combinators ;
|
||||||
IN: json.writer
|
IN: json.writer
|
||||||
|
|
||||||
#! Writes the object out to a stream in JSON format
|
#! Writes the object out to a stream in JSON format
|
||||||
|
|
Loading…
Reference in New Issue