json.writer: Didn't end up using present vocab after all.

db4
Doug Coleman 2014-11-23 08:50:02 -08:00
parent 1f1f8d9839
commit fb0cae4790
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors kernel io.streams.string io strings splitting
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
#! Writes the object out to a stream in JSON format