jsonifier 0.2 → 0.2.0.1
raw patch · 3 files changed
+1/−9 lines, 3 filessetup-changed
Files
- Setup.hs +0/−2
- jsonifier.cabal +1/−1
- library/Jsonifier.hs +0/−6
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
jsonifier.cabal view
@@ -1,5 +1,5 @@ name: jsonifier-version: 0.2+version: 0.2.0.1 synopsis: Fast and simple JSON encoding toolkit description: Minimalistic library for encoding JSON directly to strict bytestring,
library/Jsonifier.hs view
@@ -149,9 +149,6 @@ -- | -- JSON Array literal from a foldable over element literals.------ Don\'t worry about using 'fmap' to map the elements of the input datastructure,--- it will all be optimized away. {-# INLINE array #-} array :: Foldable f => f Json -> Json array foldable =@@ -183,9 +180,6 @@ -- | -- JSON Object literal from a foldable over pairs of key to value literal.------ Don\'t worry about using 'fmap' to map the elements of the input datastructure,--- it will all be optimized away. {-# INLINE object #-} object :: Foldable f => f (Text, Json) -> Json object f =