json – new releases on Hackagehttps://hackage.haskell.org/package/jsonNew releases of package 'json' on Hackage.http://www.rssboard.org/rss-specificationen[email protected][email protected]Mon, 17 Jul 2023 15:50:24 UTCMon, 17 Jul 2023 15:50:24 UTCrss-feedjson-0.11 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.11https://hackage.haskell.org/package/json-0.11Mon, 17 Jul 2023 15:50:24 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by EricMertens at 2023-07-17T15:50:24Z</dd><dt>Maintainer</dt><dd>Iavor S. Diatchki ([email protected])</dd></dl><hr /><pre>Version 0.11
* Limit floating-point range to that of Double to avoid allocation
overflows when constructing Rationals
Version 0.10
* Use MonadFail, so that it works with GHC 8.8
Version 0.9.1
* Merge-in contributions from Neil Mitchell to support GHC 7.10
Version 0.9
* Merge-in contributions from Neil Mitchell to accomodate working with HEAD.
Version 0.8
* Add `Applicative` instance for `GetJSON`
Version 0.4.4: released 2009-01-17; changes from 0.4.2
* Fixes handling of unterminated strings.
Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>EricMertensjson-0.10 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.10https://hackage.haskell.org/package/json-0.10Tue, 14 Jan 2020 23:01:59 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by IavorDiatchki at 2020-01-14T23:01:59Z</dd><dt>Maintainer</dt><dd>Iavor S. Diatchki ([email protected])</dd></dl><hr /><pre>Version 0.10
* Use MonadFail, so that it works with GHC 8.8
Version 0.9.1
* Merge-in contributions from Neil Mitchell to support GHC 7.10
Version 0.9
* Merge-in contributions from Neil Mitchell to accomodate working with HEAD.
Version 0.8
* Add `Applicative` instance for `GetJSON`
Version 0.4.4: released 2009-01-17; changes from 0.4.2
* Fixes handling of unterminated strings.
Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>IavorDiatchkijson-0.9.3 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.9.3https://hackage.haskell.org/package/json-0.9.3Thu, 20 Dec 2018 18:03:08 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by IavorDiatchki at 2018-12-20T18:03:08Z</dd><dt>Maintainer</dt><dd>Iavor S. Diatchki ([email protected])</dd></dl><hr /><pre>Version 0.9.1
* Merge-in contributions from Neil Mitchell to support GHC 7.10
Version 0.9
* Merge-in contributions from Neil Mitchell to accomodate working with HEAD.
Version 0.8
* Add `Applicative` instance for `GetJSON`
Version 0.4.4: released 2009-01-17; changes from 0.4.2
* Fixes handling of unterminated strings.
Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>IavorDiatchkijson-0.9.2 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.9.2https://hackage.haskell.org/package/json-0.9.2Sat, 17 Mar 2018 19:50:50 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by IavorDiatchki at 2018-03-17T19:50:50Z</dd><dt>Maintainer</dt><dd>Iavor S. Diatchki ([email protected])</dd></dl><hr /><pre>Version 0.9.1
* Merge-in contributions from Neil Mitchell to support GHC 7.10
Version 0.9
* Merge-in contributions from Neil Mitchell to accomodate working with HEAD.
Version 0.8
* Add `Applicative` instance for `GetJSON`
Version 0.4.4: released 2009-01-17; changes from 0.4.2
* Fixes handling of unterminated strings.
Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>IavorDiatchkijson-0.9.1 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.9.1https://hackage.haskell.org/package/json-0.9.1Sat, 14 Mar 2015 00:33:11 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by IavorDiatchki at 2015-03-14T00:33:11Z</dd><dt>Maintainer</dt><dd>Iavor S. Diatchki ([email protected])</dd></dl><hr /><pre>Version 0.9.1
* Merge-in contributions from Neil Mitchell to support GHC 7.10
Version 0.9
* Merge-in contributions from Neil Mitchell to accomodate working with HEAD.
Version 0.8
* Add `Applicative` instance for `GetJSON`
Version 0.4.4: released 2009-01-17; changes from 0.4.2
* Fixes handling of unterminated strings.
Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>IavorDiatchkijson-0.9 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.9https://hackage.haskell.org/package/json-0.9Thu, 13 Nov 2014 20:45:02 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by IavorDiatchki at 2014-11-13T20:45:02Z</dd><dt>Maintainer</dt><dd>Iavor S. Diatchki ([email protected])</dd></dl><hr /><pre>Version 0.9
* Merge-in contributions from Neil Mitchell to accomodate working with HEAD.
Version 0.8
* Add `Applicative` instance for `GetJSON`
Version 0.4.4: released 2009-01-17; changes from 0.4.2
* Fixes handling of unterminated strings.
Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>IavorDiatchkijson-0.8 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.8https://hackage.haskell.org/package/json-0.8Mon, 3 Nov 2014 21:47:36 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by IavorDiatchki at 2014-11-03T21:47:36Z</dd><dt>Maintainer</dt><dd>Iavor S. Diatchki ([email protected])</dd></dl><hr /><pre>Version 0.8
* Add `Applicative` instance for `GetJSON`
Version 0.4.4: released 2009-01-17; changes from 0.4.2
* Fixes handling of unterminated strings.
Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>IavorDiatchkijson-0.7 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.7https://hackage.haskell.org/package/json-0.7Fri, 28 Sep 2012 20:35:09 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by IavorDiatchki at 2012-09-28T20:35:09Z</dd><dt>Maintainer</dt><dd>Sigbjorn Finne <[email protected]></dd></dl><hr /><pre>Version 0.4.4: released 2009-01-17; changes from 0.4.2
* Fixes handling of unterminated strings.
Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>IavorDiatchkijson-0.6 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.6https://hackage.haskell.org/package/json-0.6Tue, 25 Sep 2012 00:18:38 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by IavorDiatchki at 2012-09-25T00:18:38Z</dd><dt>Maintainer</dt><dd>Sigbjorn Finne <[email protected]></dd></dl><hr /><pre>Version 0.4.4: released 2009-01-17; changes from 0.4.2
* Fixes handling of unterminated strings.
Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>IavorDiatchkijson-0.5 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.5https://hackage.haskell.org/package/json-0.5Tue, 20 Sep 2011 04:29:17 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by IavorDiatchki at 2011-09-20T04:29:17Z</dd><dt>Maintainer</dt><dd>Sigbjorn Finne <[email protected]></dd></dl><hr /><pre>Version 0.4.4: released 2009-01-17; changes from 0.4.2
* Fixes handling of unterminated strings.
Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>IavorDiatchkijson-0.4.4 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.4.4https://hackage.haskell.org/package/json-0.4.4Wed, 12 May 2010 20:34:47 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by IavorDiatchki at 2010-05-12T20:34:47Z</dd><dt>Maintainer</dt><dd>Sigbjorn Finne <[email protected]></dd></dl><hr /><pre>Version 0.4.4: released 2009-01-17; changes from 0.4.2
* Fixes handling of unterminated strings.
Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>IavorDiatchkijson-0.4.3 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.4.3https://hackage.haskell.org/package/json-0.4.3Sun, 18 Jan 2009 04:24:42 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by SigbjornFinne at 2009-01-18T04:24:42Z</dd><dt>Maintainer</dt><dd>Sigbjorn Finne <[email protected]></dd></dl><hr /><pre>Version 0.4.3: released 2009-01-17; changes from 0.4.2
* optimize some common cases..string and int literals.
Reduces parse times by > 2x on larger dict inputs containing
both kinds of lits.
Version 0.4.2: released 2009-01-17; changes from 0.4.1
* fixed Cabal build issues with various versions of 'base' and Data.Generic
* fixed whitespace-handling bug in Parsec-based frontend.
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>SigbjornFinnejson-0.4.2 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.4.2https://hackage.haskell.org/package/json-0.4.2Sat, 17 Jan 2009 23:27:28 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by SigbjornFinne at 2009-01-17T23:27:28Z</dd><dt>Maintainer</dt><dd>Sigbjorn Finne <[email protected]></dd></dl><hr /><pre>
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>SigbjornFinnejson-0.4.1 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.4.1https://hackage.haskell.org/package/json-0.4.1Tue, 13 Jan 2009 03:59:51 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by SigbjornFinne at 2009-01-13T03:59:51Z</dd><dt>Maintainer</dt><dd>Sigbjorn Finne <[email protected]></dd></dl><hr /><pre>
Version 0.4.1: released 2009-01-12; changes from 0.3.6
* Addition of extra JSON instances:
- IntMap, Set, Array, IntSet
* Dropped initial letter case-lowering for constructors:
- Maybe's constructors are mapped to "Nothing","Just".
- Either's constructors are mapped to "Left", "Right".
* Ordering's are represented by their constructor names (was
funky int-mapping.)
* JSON.Text.Result is now an instance of MonadError; contributed
by Andy Gimblett.
* Included Lennart Augustsson's contributed generic JSON encoder,
in Text.JSON.Generic
* Optional JSON dict-mapping for Data.Map and Data.IntMap
</pre>SigbjornFinnejson-0.3.6 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.3.6https://hackage.haskell.org/package/json-0.3.6Sat, 13 Dec 2008 05:44:19 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by SigbjornFinne at 2008-12-13T05:44:19Z</dd><dt>Maintainer</dt><dd>Sigbjorn Finne <[email protected]></dd></dl><hr />(No changelog found.)SigbjornFinnejson-0.3.3 (Support for serialising Haskell to and from JSON)https://hackage.haskell.org/package/json-0.3.3https://hackage.haskell.org/package/json-0.3.3Mon, 21 Apr 2008 17:59:09 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Galois Inc.</dd><dt>Uploaded</dt><dd>by DonaldStewart at 2008-04-21T17:59:09Z</dd><dt>Maintainer</dt><dd>[email protected]</dd></dl><hr />(No changelog found.)DonaldStewart