From fb0cae479071662e05d9aca7419a0f8d320a6259 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 23 Nov 2014 08:50:02 -0800 Subject: [PATCH] json.writer: Didn't end up using present vocab after all. --- basis/json/writer/writer.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/json/writer/writer.factor b/basis/json/writer/writer.factor index aa45d2f755..7218cca1b8 100644 --- a/basis/json/writer/writer.factor +++ b/basis/json/writer/writer.factor @@ -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