diff --git a/basis/json/reader/reader.factor b/basis/json/reader/reader.factor index 9886e316d7..bdfeaa3e51 100644 --- a/basis/json/reader/reader.factor +++ b/basis/json/reader/reader.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2008 Peter Burns, 2009 Philipp Winkler ! See http://factorcode.org/license.txt for BSD license. USING: arrays assocs combinators io io.streams.string json -kernel math math.parser math.parser.private prettyprint +kernel math math.parser prettyprint sequences strings vectors ; IN: json.reader @@ -100,4 +100,4 @@ DEFER: j-string PRIVATE> : json> ( string -- object ) - (json-parser>) ; \ No newline at end of file + (json-parser>) ;