]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/google/search/search.factor
json: merging reader/writer for simplicity
[factor.git] / extra / google / search / search.factor
index 5fba29ddc87303d4ffccf7f63a85dc8e0a829bd0..8dd57c0ecaccf7f67285566935d9a8d17fb909d2 100644 (file)
@@ -2,8 +2,8 @@
 ! See https://factorcode.org/license.txt for BSD license
 
 USING: accessors assocs.extras classes.tuple colors combinators
-formatting http.client io io.styles json.reader kernel sequences
-urls wrap.strings ;
+formatting http.client io io.styles json kernel sequences urls
+wrap.strings ;
 
 IN: google.search