From 13268d1b15a4bf1bdd5029e8cf5cd270ad47c56b Mon Sep 17 00:00:00 2001 From: Samuel Powell Date: Thu, 30 Jul 2015 13:50:10 +0100 Subject: [PATCH] Import Base.colon to fix deprecation warnings on 0.4-dev --- src/JSON.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/JSON.jl b/src/JSON.jl index 48f1c6a..35c5430 100644 --- a/src/JSON.jl +++ b/src/JSON.jl @@ -2,6 +2,8 @@ module JSON using Compat +import Base.colon + export json # returns a compact (or indented) JSON representation as a String include("Parser.jl")