json-builder: Data structure agnostic JSON serialization
Most json packages define a data structure that corresponds to json values. To serialize other values to a json string, then that value must be marshalled into the json data structure.
This library avoids this marshalling step, and is thus potentially more efficient when serializing arbitrary data structures. Unfortunately json-builder cannot yet read or process json data, and it's not clear to me yet how pull a similar kind of trick to avoid unnecessary data structures when parsing json data into arbitrary data types.
Downloads
- json-builder-0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0, 0.0.1, 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.3 |
---|---|
Dependencies | base (>=4 && <4.11), blaze-builder, blaze-textual, bytestring, containers, text, utf8-string [details] |
License | BSD-3-Clause |
Copyright | (c) 2011 Leon P Smith |
Author | Leon P Smith |
Maintainer | leon@melding-monads.com |
Revised | Revision 1 made by GeorgeWilson at 2018-07-29T23:01:23Z |
Category | JSON |
Home page | http://github.com/lpsmith/json-builder |
Bug tracker | http://github.com/lpsmith/json-builder/issues |
Source repo | head: git clone http://github.com/lpsmith/json-builder this: git clone http://github.com/lpsmith/json-builder(tag v0.0) |
Uploaded | by LeonSmith at 2011-06-03T06:08:13Z |
Distributions | |
Reverse Dependencies | 3 direct, 1 indirect [details] |
Downloads | 9657 total (30 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |