diff options
Diffstat (limited to 'Utility/JSONStream.hs')
-rw-r--r-- | Utility/JSONStream.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/JSONStream.hs b/Utility/JSONStream.hs index af3766948..7910c1194 100644 --- a/Utility/JSONStream.hs +++ b/Utility/JSONStream.hs @@ -19,7 +19,7 @@ import Text.JSON later. -} start :: JSON a => [(String, a)] -> String start l - | last s == endchar = take (length s - 1) s + | last s == endchar = init s | otherwise = bad s where s = encodeStrict $ toJSObject l |